Validating senders balance before importing transaction to queue

This commit is contained in:
Tomasz Drwięga 2016-03-16 10:40:33 +01:00 committed by arkpar
parent 2377d46c59
commit c143b1b783

View File

@ -252,7 +252,6 @@ pub struct AccountDetails {
pub balance: U256,
}
/// Transactions with `gas > (gas_limit + gas_limit * Factor(in percents))` are not imported to the queue.
const GAS_LIMIT_HYSTERESIS: usize = 10; // %