mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 20:11:06 +00:00
backend: More details
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -577,7 +577,7 @@ impl<T: Config + Send + Sync + 'static> Backend<T> for UnstableBackend<T> {
|
|||||||
SeenBlock::Finalized(block_refs) => {
|
SeenBlock::Finalized(block_refs) => {
|
||||||
for block_ref in block_refs {
|
for block_ref in block_refs {
|
||||||
if !seen_blocks.contains_key(&block_ref.hash()) {
|
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((
|
let entry = seen_blocks.entry(block_ref.hash()).or_insert((
|
||||||
|
|||||||
Reference in New Issue
Block a user