update comment

pull/3990/head
Rongjian Lan 3 years ago committed by Leo Chen
parent 4e0d3ee593
commit 3a842f098f
No known key found for this signature in database
GPG Key ID: 9A0417092EBC5E96
  1. 2
      core/tx_pool.go

@ -170,7 +170,7 @@ var DefaultTxPoolConfig = TxPoolConfig{
Journal: "transactions.rlp", Journal: "transactions.rlp",
Rejournal: time.Hour, Rejournal: time.Hour,
PriceLimit: 5e10, // 100 Gwei/Nano PriceLimit: 5e10, // 50 Gwei/Nano
PriceBump: 10, PriceBump: 10,
AccountSlots: 16, AccountSlots: 16,

Loading…
Cancel
Save