mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "cmd/geth: error message should not be capitalised (#27549)"
This reverts commit 42c754046b.
This commit is contained in:
parent
ad9830923b
commit
578d1ba6de
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ func checkChildren(root verkle.VerkleNode, resolver verkle.NodeResolverFn) error
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return errors.New("both balance and nonce are 0")
|
return errors.New("Both balance and nonce are 0")
|
||||||
case verkle.Empty:
|
case verkle.Empty:
|
||||||
// nothing to do
|
// nothing to do
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue