Skip to content

Commit

Permalink
Update IMessageProxyForSchain
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 9, 2024
1 parent eb22baa commit 5a560de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/schain/IMessageProxyForSchain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import "./IKeyStorage.sol";

interface IMessageProxyForSchain is IMessageProxy {
struct OutgoingMessageData {
bytes32 dstChainHash; // destination chain
SchainHash dstChainHash; // destination chain
uint256 msgCounter; // message counter
address srcContract; // origin
address dstContract; // receiver
Expand Down

0 comments on commit 5a560de

Please sign in to comment.