File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ executor.requestExecution{value: executorArgs.value}(
126126Your contract must implement the following function.
127127
128128``` solidity
129- function receiveMessage (bytes calldata encodedTransferMessage) public payable
129+ function executeVAAv1 (bytes calldata encodedTransferMessage) public payable
130130```
131131
132132#### v1 NTT Execution
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ pragma solidity ^0.8.19;
55interface IVaaV1Receiver {
66 /// @notice Receive an attested message from the executor relayer.
77 /// @param msg The attested message payload.
8- function receiveMessage (bytes memory msg ) external payable ;
8+ function executeVAAv1 (bytes memory msg ) external payable ;
99}
You can’t perform that action at this time.
0 commit comments