diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-07-05 22:06:05 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-07-05 22:06:05 +0800 |
commit | 5e38f7a664aa5401117f1e1705ec97476b19411e (patch) | |
tree | 816c746189410b150636f99271f9c41d7cd903c3 /cmd/geth/main.go | |
parent | 4c1d0b164b61f0ab17c899061c04b7b48a9d20a8 (diff) | |
download | go-tangerine-5e38f7a664aa5401117f1e1705ec97476b19411e.tar.gz go-tangerine-5e38f7a664aa5401117f1e1705ec97476b19411e.tar.zst go-tangerine-5e38f7a664aa5401117f1e1705ec97476b19411e.zip |
cmd, core: add --txpool.nolocals to disable local price exemptions
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 7e0242d8f..607414bbb 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -66,6 +66,7 @@ var ( utils.EthashDatasetDirFlag, utils.EthashDatasetsInMemoryFlag, utils.EthashDatasetsOnDiskFlag, + utils.TxPoolNoLocalsFlag, utils.TxPoolPriceLimitFlag, utils.TxPoolPriceBumpFlag, utils.TxPoolAccountSlotsFlag, |