Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1409d28

Browse files
committed
Merge branch 'nv-fix-txpool' of github.com:paritytech/substrate into nv-fix-txpool
2 parents fb8fd68 + e78aeb9 commit 1409d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/transaction-pool/src/revalidation.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ where
314314
if let Err(e) = to_worker.unbounded_send(WorkerNotify::Remove { transactions }) {
315315
log::warn!(target: "txpool", "Failed to update background worker: {:?}", e);
316316
}
317-
return;
318317
}
319318
}
320319
}
@@ -352,4 +351,4 @@ mod tests {
352351
// number of ready
353352
assert_eq!(pool.validated_pool().status().ready, 1);
354353
}
355-
}
354+
}

0 commit comments

Comments
 (0)