mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Revalidation tweak & logging for transaction pool (#6258)
* updates and logging * fix length * Update client/transaction-pool/src/lib.rs * rename * Update client/transaction-pool/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -234,7 +234,8 @@ impl<A, B, Block, C> Proposer<B, Block, C, A>
|
||||
Either::Left((iterator, _)) => iterator,
|
||||
Either::Right(_) => {
|
||||
log::warn!(
|
||||
"Timeout fired waiting for transaction pool to be ready. Proceeding to block production anyway.",
|
||||
"Timeout fired waiting for transaction pool at block #{}. Proceeding with production.",
|
||||
self.parent_number,
|
||||
);
|
||||
self.transaction_pool.ready()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user