Skip to content

Commit

Permalink
chore: make comment consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Oct 2, 2024
1 parent 2f75d3b commit 35df518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/test/executable/GMPExecutableWithTokenTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ contract GMPExecutableWithTokenTest is AxelarGMPExecutableWithToken, IInterchain
}

function _executeWithToken(
bytes32 /* commandId */,
bytes32 /*commandId*/,
string calldata sourceChain,
string calldata sourceAddress,
bytes calldata /* payload */,
bytes calldata /*payload*/,
string calldata tokenSymbol,
uint256 amount
) internal override {
Expand Down

0 comments on commit 35df518

Please sign in to comment.