aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-07-05 22:06:05 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-07-05 22:06:05 +0800
commit5e38f7a664aa5401117f1e1705ec97476b19411e (patch)
tree816c746189410b150636f99271f9c41d7cd903c3 /cmd/geth/main.go
parent4c1d0b164b61f0ab17c899061c04b7b48a9d20a8 (diff)
downloadgo-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.go1
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,