From 27c41a54f028eeeb3f9d2c0455484ea7ae4324f2 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 9 Jan 2024 17:21:10 +0200 Subject: [PATCH] backend: More details Signed-off-by: Alexandru Vasile --- subxt/src/backend/unstable/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/src/backend/unstable/mod.rs b/subxt/src/backend/unstable/mod.rs index 07177bb9d1..964b85e1ed 100644 --- a/subxt/src/backend/unstable/mod.rs +++ b/subxt/src/backend/unstable/mod.rs @@ -577,7 +577,7 @@ impl Backend for UnstableBackend { SeenBlock::Finalized(block_refs) => { for block_ref in block_refs { if !seen_blocks.contains_key(&block_ref.hash()) { - panic!("Finalized before new Finalized {:#?}\n MEMLOG{:#?}\n SeenBlocks{:#?} \n Other{:#?}", block_ref.hash(), mem_log, seen_blocks, seen_other); + panic!("Finalized before new Finalized {:#?}\n initBlock {:#?} \nMEMLOG{:#?}\n SeenBlocks{:#?} \n Other{:#?}", block_ref.hash(), unsafe { &FIN_BLOCK }, mem_log, seen_blocks, seen_other); } let entry = seen_blocks.entry(block_ref.hash()).or_insert((