update v4 with 3 PriceBump (#4010)

pull/4013/head
Rongjian Lan 3 years ago committed by GitHub
parent d52a7c5b66
commit 23fc4aa187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/tx_pool.go

@ -171,7 +171,7 @@ var DefaultTxPoolConfig = TxPoolConfig{
Rejournal: time.Hour,
PriceLimit: 3e10, // 30 Gwei/Nano
PriceBump: 10,
PriceBump: 3,
AccountSlots: 16,
GlobalSlots: 4096,

Loading…
Cancel
Save