diff --git a/contracts/MerkleTreeWithHistory.sol b/contracts/MerkleTreeWithHistory.sol index 39145b9..6fc6b3a 100644 --- a/contracts/MerkleTreeWithHistory.sol +++ b/contracts/MerkleTreeWithHistory.sol @@ -18,7 +18,7 @@ library Hasher { contract MerkleTreeWithHistory { uint256 public levels; - uint8 constant ROOT_HISTORY_SIZE = 100; + uint256 constant ROOT_HISTORY_SIZE = 100; uint256[] private _roots; uint256 public current_root = 0;