Display tx hash for debugging.

This commit is contained in:
chriseth 2016-12-09 14:18:10 +01:00
parent 2738045030
commit ffccbd432a

View File

@ -91,7 +91,10 @@ void ExecutionFramework::sendMessage(bytes const& _data, bool _isCreation, u256
}
if (m_showMessages)
{
cout << " out: " << toHex(m_output) << endl;
cout << " tx hash: " << txHash << endl;
}
m_gasUsed = u256(receipt.gasUsed);
m_logs.clear();