Fix BLOCKHASH function for fate
This commit is contained in:
parent
781b058632
commit
30e3acfe94
@ -723,7 +723,7 @@ attributes(I) ->
|
||||
{'ORIGIN', A} -> Pure(A, []);
|
||||
{'CALLER', A} -> Pure(A, []);
|
||||
{'GASPRICE', A} -> Pure(A, []);
|
||||
{'BLOCKHASH', A} -> Pure(A, []);
|
||||
{'BLOCKHASH', A, B} -> Impure(A, [B]);
|
||||
{'BENEFICIARY', A} -> Pure(A, []);
|
||||
{'TIMESTAMP', A} -> Pure(A, []);
|
||||
{'GENERATION', A} -> Pure(A, []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user