Browse Source

style

cl-refactor
arkpar 10 years ago
parent
commit
02f5874f82
  1. 1
      libethereum/Executive.cpp

1
libethereum/Executive.cpp

@ -399,7 +399,6 @@ void Executive::finalize()
m_refunded = m_ext ? min((m_t.gas() - m_gas) / 2, m_ext->sub.refunds) : 0;
m_gas += m_refunded;
// cnote << "Refunding" << formatBalance(m_endGas * m_ext->gasPrice) << "to origin (=" << m_endGas << "*" << formatBalance(m_ext->gasPrice) << ")";
if (m_t)
{
// cnote << "Refunding" << formatBalance(m_endGas * m_ext->gasPrice) << "to origin (=" << m_endGas << "*" << formatBalance(m_ext->gasPrice) << ")";

Loading…
Cancel
Save