Added --tx-queue-no-early-reject flag to disable early tx queue rejects (#9143)
* Added --tx-queue-no-early-reject flag to disable early tx queue rejects because of low gas price * Fixed failing tests, clarified comments and simplified no_early_reject field name. * Added test case for the --tx-queue-no-early-reject flag
This commit is contained in:
committed by
Andronik Ordian
parent
4848c384cd
commit
1b1941a896
@@ -264,6 +264,7 @@ impl MinerService for TestMinerService {
|
||||
minimal_gas_price: 0x1312d00.into(),
|
||||
block_gas_limit: 5_000_000.into(),
|
||||
tx_gas_limit: 5_000_000.into(),
|
||||
no_early_reject: false,
|
||||
},
|
||||
status: txpool::LightStatus {
|
||||
mem_usage: 1_000,
|
||||
|
||||
Reference in New Issue
Block a user