Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Aug 14, 2024
1 parent a466400 commit d526c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d526c13

Please sign in to comment.