diff options
author | chenyufeng <yufengcode@gmail.com> | 2018-09-17 20:09:09 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-09-17 20:09:09 +0800 |
commit | c1345b074212b9dd774498f47377ca733ee8a9f0 (patch) | |
tree | acd76057af1b39e53164e3708bb8faa17ab1493b /cmd/puppeth | |
parent | cc21928e1246f860ede5160986ec3a95956fc8d4 (diff) | |
download | dexon-c1345b074212b9dd774498f47377ca733ee8a9f0.tar.gz dexon-c1345b074212b9dd774498f47377ca733ee8a9f0.tar.zst dexon-c1345b074212b9dd774498f47377ca733ee8a9f0.zip |
cmd/puppeth: fix comment typo (#17684)
* ethdb: unified code comment style.
* puppeth: it is unnecessary to alloc pre-funded to 256 addresses
* Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses"
This reverts commit 5e04fbccf0b8aca85030af1779bb7a949033d9d8.
* puppeth: fix comment typo
* Revert "ethdb: unified code comment style."
This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77.
Diffstat (limited to 'cmd/puppeth')
-rw-r--r-- | cmd/puppeth/wizard_network.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/wizard_network.go b/cmd/puppeth/wizard_network.go index c0ddcc2a3..0d2f976d5 100644 --- a/cmd/puppeth/wizard_network.go +++ b/cmd/puppeth/wizard_network.go @@ -87,7 +87,7 @@ func (w *wizard) makeServer() string { return input } -// selectServer lists the user all the currnetly known servers to choose from, +// selectServer lists the user all the currently known servers to choose from, // also granting the option to add a new one. func (w *wizard) selectServer() string { // List the available server to the user and wait for a choice |