From d129e582dcb9a6e7980ac40d2c1e7ac6da05b35f Mon Sep 17 00:00:00 2001 From: Foivos Date: Mon, 15 Apr 2024 17:59:19 +0300 Subject: [PATCH] try to make slither happy --- contracts/TokenHandler.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/TokenHandler.sol b/contracts/TokenHandler.sol index 08bbb002..a5ab1049 100644 --- a/contracts/TokenHandler.sol +++ b/contracts/TokenHandler.sol @@ -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, @@ -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,