mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some addition to Solidity Execution Framework
This commit is contained in:
parent
325b052b16
commit
6612e4bd17
@ -392,9 +392,7 @@ 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 == "blockhash")
|
else if (member == "difficulty")
|
||||||
m_context << eth::Instruction::BLOCKHASH;
|
|
||||||
*/ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user