We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37723c2 commit b56b122Copy full SHA for b56b122
simulators/portal/history/src/suites/interop.rs
@@ -56,16 +56,16 @@ fn process_content(
56
"Block Body".to_string(),
57
header_with_proof.header.number,
58
vec![
59
- content_pair_to_string_pair(last_header.clone()),
60
content_pair_to_string_pair(history_content),
+ content_pair_to_string_pair(last_header.clone()),
61
],
62
),
63
HistoryContentKey::BlockReceipts(_) => (
64
"Block Receipt".to_string(),
65
66
67
68
69
70
71
HistoryContentKey::EpochAccumulator(_) => (
0 commit comments