Skip to content

Commit

Permalink
core: fix txpool guarantee comment (ethereum#17214)
Browse files Browse the repository at this point in the history
* fixed-typo

* core: fix txpool guarantee comment
  • Loading branch information
osuketh authored and firmianavan committed Aug 28, 2018
1 parent ac009aa commit 8fd0734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd0734

Please sign in to comment.