Increase loop size to account for net storage gas metering.

This commit is contained in:
chriseth 2019-12-04 13:13:05 +01:00
parent d41d042d81
commit 4365b665f4

View File

@ -15,4 +15,4 @@ contract C {
// set_get_length(uint256): 20 -> 20
// set_get_length(uint256): 0xFF -> 0xFF
// set_get_length(uint256): 0xFFF -> 0xFFF
// set_get_length(uint256): 0xFFFF -> FAILURE # Out-of-gas #
// set_get_length(uint256): 0xFFFFF -> FAILURE # Out-of-gas #