BLOCKHASH

This commit is contained in:
Gav Wood 2015-01-05 11:35:56 +00:00
parent 566b980fa3
commit 546717027f

View File

@ -344,9 +344,9 @@ void ExpressionCompiler::endVisit(MemberAccess const& _memberAccess)
m_context << eth::Instruction::COINBASE; m_context << eth::Instruction::COINBASE;
else if (member == "timestamp") else if (member == "timestamp")
m_context << eth::Instruction::TIMESTAMP; m_context << eth::Instruction::TIMESTAMP;
else if (member == "prevhash") /* else if (member == "blockhash")
m_context << eth::Instruction::PREVHASH; m_context << eth::Instruction::BLOCKHASH;
else if (member == "difficulty") */ else if (member == "difficulty")
m_context << eth::Instruction::DIFFICULTY; m_context << eth::Instruction::DIFFICULTY;
else if (member == "number") else if (member == "number")
m_context << eth::Instruction::NUMBER; m_context << eth::Instruction::NUMBER;