Closed adrianherrera closed 1 year ago
I was getting an error when loading constant_hashes_to data with the number too large to fit into a signed integer. Changing to an unsigned integer fixed this
The CI failure is mysterious, and certainly unrelated to the changes. I'm debugging on #146.
I was getting an error when loading constant_hashes_to data with the number too large to fit into a signed integer. Changing to an unsigned integer fixed this