From d526c132d150da23b23c9315e8996264e060772a Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Wed, 14 Aug 2024 18:45:46 +0700 Subject: [PATCH] fix --- target_chains/ethereum/contracts/contracts/entropy/Entropy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/ethereum/contracts/contracts/entropy/Entropy.sol b/target_chains/ethereum/contracts/contracts/entropy/Entropy.sol index 844bd576fd..ede2e39976 100644 --- a/target_chains/ethereum/contracts/contracts/entropy/Entropy.sol +++ b/target_chains/ethereum/contracts/contracts/entropy/Entropy.sol @@ -616,7 +616,7 @@ abstract contract Entropy is IEntropy, EntropyState { revert EntropyErrors.NoSuchProvider(); } - uint64 oldMaxNumHashes = provider.maxNumHashes; + uint32 oldMaxNumHashes = provider.maxNumHashes; provider.maxNumHashes = maxNumHashes; emit ProviderMaxNumHashesAdvanced( msg.sender,