Merge PR #3555: Reintroduce Fees OR Semantics
This commit is contained in:
committed by
Jack Zampolin
parent
685bfca1d4
commit
7bc837aa06
@@ -137,7 +137,7 @@ the transaction being included in the ledger.
|
||||
Validator's have a minimum gas price (multi-denom) configuration and they use
|
||||
this value when when determining if they should include the transaction in a block
|
||||
during `CheckTx`, where `gasPrices >= minGasPrices`. Note, your transaction must
|
||||
supply fees that match all the denominations the validator requires.
|
||||
supply fees that are greater than or equal to __any__ of the denominations the validator requires.
|
||||
|
||||
__Note__: With such a mechanism in place, validators may start to prioritize
|
||||
txs by `gasPrice` in the mempool, so providing higher fees or gas prices may yield
|
||||
|
||||
Reference in New Issue
Block a user