Skip to content

Commit

Permalink
Update EIP-6170: Update eip-6170.md (#6797)
Browse files Browse the repository at this point in the history
Update eip-6170.md

You're missing a comma.
  • Loading branch information
lolieatapple authored Sep 13, 2023
1 parent d196326 commit 98b3d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-6170.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ interface IEIP6170 {
function receiveMessage(
bytes memory chainId_,
bytes memory sender_,
bytes memory message_
bytes memory message_,
bytes memory data_
) external payable returns (bool);
}
Expand Down

0 comments on commit 98b3d54

Please sign in to comment.