Skip to content

Commit

Permalink
change revertMessage description
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 23, 2025
1 parent 51557b5 commit fadc2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Revert.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct RevertContext {
/// @param outgoing Flag to indicate if the crosschain transaction was outgoing: from ZetaChain to connected chain.
/// if false, the transaction was incoming: from connected chain to ZetaChain.
/// @param chainID Chain ID of the connected chain.
/// @param revertMessage Arbitrary data specified in the revert options
/// @param revertMessage Arbitrary data specified in the RevertOptions object when initating the crosschain transaction.
struct AbortContext {
bytes sender;
address asset;
Expand Down

0 comments on commit fadc2ff

Please sign in to comment.