Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Dec 5, 2024
1 parent 8e7b358 commit d0292a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub mod event_tests {
unsafe {
let topic1 = value1.to_bytes32();
let topic2 = value2.to_bytes32();
let topic3 = value3.to_bytes32();
let topic3 = value3.to_bytes32();
zink::ffi::evm::log3(b"MyEvent", topic1, topic2, topic3)
}
}
Expand Down

0 comments on commit d0292a7

Please sign in to comment.