Skip to content

Commit eb92e2b

Browse files
Fix order of parameters in example deposit
1 parent 304054c commit eb92e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/taiko_alethia/MessageRelayer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import {MessageRelayer} from "src/protocol/taiko_alethia/MessageRelayer.sol";
2929
/// IMessageRelayer.receiveMessage,
3030
/// (
3131
/// address(Alice), // to
32-
/// address(tipRecipient) // specified tip recipient
3332
/// 0.1 ether, // tip for the relayer
33+
/// address(tipRecipient) // specified tip recipient
3434
/// 0, // gas limit
3535
/// "" // data (in this case empty)
3636
/// )

0 commit comments

Comments
 (0)