diff options
Diffstat (limited to 'libevmasm/SemanticInformation.cpp')
| -rw-r--r-- | libevmasm/SemanticInformation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libevmasm/SemanticInformation.cpp b/libevmasm/SemanticInformation.cpp index 78f3c9c7..fe76b3e1 100644 --- a/libevmasm/SemanticInformation.cpp +++ b/libevmasm/SemanticInformation.cpp @@ -239,6 +239,7 @@ bool SemanticInformation::invalidInPureFunctions(Instruction _instruction) case Instruction::BLOCKHASH: case Instruction::COINBASE: case Instruction::TIMESTAMP: + case Instruction::RAND: case Instruction::NUMBER: case Instruction::DIFFICULTY: case Instruction::GASLIMIT: |
