Increasing balance in tests
This commit is contained in:
parent
d17c629b71
commit
b79c7f05c0
@ -1655,7 +1655,7 @@ mod tests {
|
|||||||
for h in vec![good_blocks[0], retracted_blocks[0]] {
|
for h in vec![good_blocks[0], retracted_blocks[0]] {
|
||||||
let block = client.block(BlockId::Hash(h)).unwrap();
|
let block = client.block(BlockId::Hash(h)).unwrap();
|
||||||
let view = BlockView::new(&block);
|
let view = BlockView::new(&block);
|
||||||
client.set_balance(view.transactions()[0].sender().unwrap(), U256::from(10_000));
|
client.set_balance(view.transactions()[0].sender().unwrap(), U256::from(1_000_000_000));
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut queue = VecDeque::new();
|
let mut queue = VecDeque::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user