forked from cerc-io/plugeth
cmd/geth: error message should not be capitalised (#27549)
error message should not be capitalized / consistency
This commit is contained in:
parent
80441779d4
commit
b4bc9b0db6
@ -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 New Issue
Block a user