From c143b1b783cf14ad6d84d006a44f6f6a89547c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Wed, 16 Mar 2016 10:40:33 +0100 Subject: [PATCH] Validating senders balance before importing transaction to queue --- miner/src/transaction_queue.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/miner/src/transaction_queue.rs b/miner/src/transaction_queue.rs index 4b76fcbb2..ef72d4bd7 100644 --- a/miner/src/transaction_queue.rs +++ b/miner/src/transaction_queue.rs @@ -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; // %