Skip to content

Commit

Permalink
fix: output full event signature on unresolved ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
davideaimar committed Feb 27, 2023
1 parent 7c9a0a0 commit fe16090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall/src/decompile/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub fn build_output(
ABIStructure::Error(
ErrorABI {
type_: "event".to_string(),
name: format!("Event_{}", event_selector.get(0..8).unwrap()),
name: format!("Event_{}", event_selector),
inputs: Vec::new(),
}
)
Expand Down

0 comments on commit fe16090

Please sign in to comment.