diff --git a/simulators/portal/history/src/suites/interop.rs b/simulators/portal/history/src/suites/interop.rs index 7f2e4a7b96..df6e3ceec7 100644 --- a/simulators/portal/history/src/suites/interop.rs +++ b/simulators/portal/history/src/suites/interop.rs @@ -56,16 +56,16 @@ fn process_content( "Block Body".to_string(), header_with_proof.header.number, vec![ - content_pair_to_string_pair(last_header.clone()), content_pair_to_string_pair(history_content), + content_pair_to_string_pair(last_header.clone()), ], ), HistoryContentKey::BlockReceipts(_) => ( "Block Receipt".to_string(), header_with_proof.header.number, vec![ - content_pair_to_string_pair(last_header.clone()), content_pair_to_string_pair(history_content), + content_pair_to_string_pair(last_header.clone()), ], ), HistoryContentKey::EpochAccumulator(_) => (