From d30b6c049ecee9e0ebebd7a5b9c2011462998f67 Mon Sep 17 00:00:00 2001 From: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:43:12 +0100 Subject: [PATCH] fmt --- .../src/fork_aware_txpool/multi_view_listener.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/client/transaction-pool/src/fork_aware_txpool/multi_view_listener.rs b/substrate/client/transaction-pool/src/fork_aware_txpool/multi_view_listener.rs index a22f3fff3a6..f0a51644c44 100644 --- a/substrate/client/transaction-pool/src/fork_aware_txpool/multi_view_listener.rs +++ b/substrate/client/transaction-pool/src/fork_aware_txpool/multi_view_listener.rs @@ -112,6 +112,7 @@ where } } } + impl<ChainApi> Into<TransactionStatus<ExtrinsicHash<ChainApi>, BlockHash<ChainApi>>> for TransactionStatusUpdate<ChainApi> where -- GitLab