aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorOsuke <arget-fee.free.dgm@hotmail.co.jp>2018-07-24 23:44:41 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-24 23:44:41 +0800
commit10780e8a0005832f3135bbae1a7b5687b7e487c8 (patch)
treeff0bbd71944ab2ea14434a987b38836945e2d65b /core
parent2433349c808fad601419d1f06275bec5b6a93ec8 (diff)
downloadgo-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar.gz
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar.bz2
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar.lz
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar.xz
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.tar.zst
go-tangerine-10780e8a0005832f3135bbae1a7b5687b7e487c8.zip
core: fix txpool guarantee comment (#17214)
* fixed-typo * core: fix txpool guarantee comment
Diffstat (limited to 'core')
-rw-r--r--core/tx_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_pool.go b/core/tx_pool.go
index 9c958e3b6..cfc92eb8b 100644
--- a/core/tx_pool.go
+++ b/core/tx_pool.go
@@ -130,7 +130,7 @@ type TxPoolConfig struct {
PriceLimit uint64 // Minimum gas price to enforce for acceptance into the pool
PriceBump uint64 // Minimum price bump percentage to replace an already existing transaction (nonce)
- AccountSlots uint64 // Minimum number of executable transaction slots guaranteed per account
+ AccountSlots uint64 // Number of executable transaction slots guaranteed per account
GlobalSlots uint64 // Maximum number of executable transaction slots for all accounts
AccountQueue uint64 // Maximum number of non-executable transaction slots permitted per account
GlobalQueue uint64 // Maximum number of non-executable transaction slots for all accounts