Small bugfix

This commit is contained in:
vub 2017-04-26 05:20:29 -04:00
parent f078d5b6a6
commit 797c311466
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ else:
elif (not (~calldataload(0) % 65536) and block.number - ~calldataload(0) <= 16777216):
return(~sload(512 + (~calldataload(0) / 65536) % 256))
else:
return(~calldataload(0) % 256 == 0)
return(0)