Fixing minimal transaction queue price (#4204)
* Fixing minimal transaction queue price * Fixing tests
This commit is contained in:
committed by
Arkadiy Paronyan
parent
73b80869f5
commit
24aec5191a
@@ -2782,7 +2782,7 @@ mod tests {
|
||||
for h in &[good_blocks[0], retracted_blocks[0]] {
|
||||
let block = client.block(BlockId::Hash(*h)).unwrap();
|
||||
let sender = sender(&block.transactions()[0]);;
|
||||
client.set_balance(sender, U256::from(1_000_000_000));
|
||||
client.set_balance(sender, U256::from(10_000_000_000_000_000_000u64));
|
||||
client.set_nonce(sender, U256::from(0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user