Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Oct 28, 2024
1 parent 8e5c3d5 commit 9169a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/gateway/BaseAmplifierGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract contract BaseAmplifierGateway is IBaseAmplifierGateway {
* This function is the entry point for general message passing between chains.
* @param destinationChain The chain where the destination contract exists. A registered chain name on Axelar must be used here
* @param destinationContractAddress The address of the contract to call on the destination chain
* @param payload The payload to be sent to the destination contract, usually representing an encoded function call with arguments
* @param payload The payload to be sent to the destination contract
*/
function callContract(
string calldata destinationChain,
Expand Down

0 comments on commit 9169a11

Please sign in to comment.