Skip to content

Commit

Permalink
simulators/portal/history: fix bug where only headers were tested (et…
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored and Eikix committed Mar 1, 2024
1 parent b7b9cfa commit c6e85e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulators/portal/history/src/suites/interop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(_) => (
Expand Down

0 comments on commit c6e85e0

Please sign in to comment.