Skip to content

Commit 5fb1837

Browse files
committed
test(reintroduce expired tx flush): tweek slot duration
in the hope of processing all good txs in time
1 parent b2e806d commit 5fb1837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jormungandr/src/fragment/process.rs

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl Process {
161161
fragment_ids
162162
);
163163
pool.remove_added_to_block(fragment_ids, status);
164+
pool.remove_expired_txs().await;
164165

165166
}.instrument(span).await
166167
}

0 commit comments

Comments
 (0)