Skip to content

Commit

Permalink
try to make slither happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Apr 15, 2024
1 parent 518e3ae commit d129e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/TokenHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ contract TokenHandler is ITokenHandler, ITokenManagerType, ReentrancyGuard, Crea
* @param metadataVersion The metadata version is used to determine how to pay for gas.
* @param gasValue how much gas to pay.
*/
// slither-disable-next-line locked-ether
// slither-disable-next-line locked-ether arbitrary-send-eth
function callContract(
string calldata destinationChain,
string calldata destinationAddress,
Expand Down Expand Up @@ -228,7 +228,7 @@ contract TokenHandler is ITokenHandler, ITokenManagerType, ReentrancyGuard, Crea
* @param amount The amount of token to send.
* @param gasValue how much gas to pay.
*/
// slither-disable-next-line locked-ether
// slither-disable-next-line locked-ether arbitrary-send-eth
function callContractWithToken(
string calldata destinationChain,
string calldata destinationAddress,
Expand Down

0 comments on commit d129e58

Please sign in to comment.