Skip to content

Commit

Permalink
fixed-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
osuketh committed Jul 20, 2018
1 parent 040dd5b commit eb57b15
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 // Maximum 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 eb57b15

Please sign in to comment.