Skip to content

Commit

Permalink
Revert "cmd/geth: error message should not be capitalised (ethereum#2…
Browse files Browse the repository at this point in the history
…7549)"

This reverts commit 42c7540.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 90c9141 commit 363a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/verkle.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func checkChildren(root verkle.VerkleNode, resolver verkle.NodeResolverFn) error
return nil
}
}
return errors.New("both balance and nonce are 0")
return errors.New("Both balance and nonce are 0")
case verkle.Empty:
// nothing to do
default:
Expand Down

0 comments on commit 363a962

Please sign in to comment.