Fix BLOCKHASH function for fate

This commit is contained in:
Tobias Lindahl 2019-05-22 10:44:11 +02:00
parent 781b058632
commit 30e3acfe94

View File

@ -723,7 +723,7 @@ attributes(I) ->
{'ORIGIN', A} -> Pure(A, []); {'ORIGIN', A} -> Pure(A, []);
{'CALLER', A} -> Pure(A, []); {'CALLER', A} -> Pure(A, []);
{'GASPRICE', A} -> Pure(A, []); {'GASPRICE', A} -> Pure(A, []);
{'BLOCKHASH', A} -> Pure(A, []); {'BLOCKHASH', A, B} -> Impure(A, [B]);
{'BENEFICIARY', A} -> Pure(A, []); {'BENEFICIARY', A} -> Pure(A, []);
{'TIMESTAMP', A} -> Pure(A, []); {'TIMESTAMP', A} -> Pure(A, []);
{'GENERATION', A} -> Pure(A, []); {'GENERATION', A} -> Pure(A, []);