cmd/geth: error message should not be capitalised (#27549)

error message should not be capitalized / consistency
pull/27636/head
puhtaytow 1 year ago committed by GitHub
parent 80441779d4
commit b4bc9b0db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/geth/verkle.go

@ -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:

Loading…
Cancel
Save