Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suiwater committed Sep 9, 2024
1 parent aca4c87 commit b551490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/messaging/hash.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ use starknet::ContractAddress;
///
/// # Arguments
///
/// * `nonce` - Nonce of the message.
/// * `from_address` - Contract address of the message sender on the Appchain.
/// * `to_address` - Contract address to send the message to on the Appchain.
/// * `selector` - The `l1_handler` function selector of the contract on the Appchain
/// to execute.
/// * `payload` - The message payload.
/// * `nonce` - Nonce of the message.
///
/// # Returns
///
Expand Down

0 comments on commit b551490

Please sign in to comment.