diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-05-04 22:35:49 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-05-07 20:30:56 +0800 |
commit | 4d5a719f256d7dfbaab2cc9c632cd7996067508f (patch) | |
tree | d4841e10035f4fd557ef09f2f4c2f478dc3bf762 /cmd/geth/main.go | |
parent | af932177755f5f839ab29b16dc490d3e1bb3708d (diff) | |
download | dexon-4d5a719f256d7dfbaab2cc9c632cd7996067508f.tar.gz dexon-4d5a719f256d7dfbaab2cc9c632cd7996067508f.tar.zst dexon-4d5a719f256d7dfbaab2cc9c632cd7996067508f.zip |
cmd, eth, p2p: introduce pending peer cli arg, add tests
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 92c3b7a90..284f78c3e 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -242,6 +242,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.JSpathFlag, utils.ListenPortFlag, utils.MaxPeersFlag, + utils.MaxPendingPeersFlag, utils.EtherbaseFlag, utils.MinerThreadsFlag, utils.MiningEnabledFlag, |