Skip to content
Snippets Groups Projects
Verified Commit 8bd1dcec authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

tests: pool: revert

parent 14dd4391
Branches
No related merge requests found
......@@ -1110,8 +1110,7 @@ fn stale_transactions_are_pruned() {
assert_eq!(pool.status().future, 3);
// Import enough blocks to make our transactions stale
// todo: 1 here was resubmitting xts from block 1
for n in 2..66 {
for n in 1..66 {
let header = api.push_block(n, vec![], true);
block_on(pool.maintain(block_event(header)));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment