Skip to content

Commit

Permalink
Decode packets from packet_data_hex in NewBlock events as well
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jan 17, 2024
1 parent ab77320 commit 5019d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/event/source/websocket/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ fn extract_block_events(
);
append_events::<ChannelEvents::SendPacket>(
&mut events,
extract_events(height, block_events, "send_packet", "packet_data"),
extract_events(height, block_events, "send_packet", "packet_data_hex"),
height,
);
append_events::<ChannelEvents::CloseInit>(
Expand Down

0 comments on commit 5019d23

Please sign in to comment.