Skip to content

Commit be8ee86

Browse files
authored
Update IERC7786 to match latest ERC changes (#5883)
1 parent efdc7cd commit be8ee86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contracts/interfaces/draft-IERC7786.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ interface IERC7786Receiver {
5555
*
5656
* This function may be called directly by the gateway.
5757
*/
58-
function executeMessage(
58+
function receiveMessage(
5959
bytes32 receiveId,
6060
bytes calldata sender, // Binary Interoperable Address
61-
bytes calldata payload,
62-
bytes[] calldata attributes
61+
bytes calldata payload
6362
) external payable returns (bytes4);
6463
}

0 commit comments

Comments
 (0)