Small bugfix
This commit is contained in:
parent
f078d5b6a6
commit
797c311466
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue