You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CallOnReceiveZevmConnector calls the onReceive function of the ZevmConnector contract
391
-
// Before calling it mints the zetaValue tokens to the fungible module, and this amount is then provided as value to the onReceive function
391
+
// Before calling it mints the zetaValue tokens to the fungible module, and this amount is then provided as value to the onReceive function
392
392
// The onReceive function will then wrap this native zeta into WZETA and call the onReceive function of the destination contract specified by the destinationAddress
// CallOnRevertZevmConnector calls the onRevert function of the ZevmConnector contract
443
-
// Before calling it mints the remainingZetaValue tokens to the fungible module, and this amount is then provided as value to the onRevert function
443
+
// Before calling it mints the remainingZetaValue tokens to the fungible module, and this amount is then provided as value to the onRevert function
444
444
// The onRevert function will then wrap this native zeta into WZETA and call the onRevert function of the contract specified by the zetaTxSenderAddress
445
445
// Note the destination address is the original destination address of the transaction and not the current destination .
0 commit comments