Skip to content

Commit

Permalink
Fix sol binding
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Jan 7, 2025
1 parent 63f9bec commit af449b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use codec::Decode;
use frame_support::pallet_prelude::{Encode, TypeInfo};

sol! {
event InboundMessageDispatched(uint64 indexed nonce, bool success, bytes32 indexed reward_address);
event InboundMessageDispatched(uint64 indexed nonce, bool success, bytes32 reward_address);
}

/// An inbound message that has had its outer envelope decoded.
Expand Down

0 comments on commit af449b2

Please sign in to comment.