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}(
126
126
Your contract must implement the following function.
127
127
128
128
``` solidity
129
- function receiveMessage (bytes calldata encodedTransferMessage) public payable
129
+ function executeVAAv1 (bytes calldata encodedTransferMessage) public payable
130
130
```
131
131
132
132
#### v1 NTT Execution
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ pragma solidity ^0.8.19;
5
5
interface IVaaV1Receiver {
6
6
/// @notice Receive an attested message from the executor relayer.
7
7
/// @param msg The attested message payload.
8
- function receiveMessage (bytes memory msg ) external payable ;
8
+ function executeVAAv1 (bytes memory msg ) external payable ;
9
9
}
You can’t perform that action at this time.
0 commit comments