Browse Source

Don't log coinbases.

cl-refactor
Gav Wood 10 years ago
parent
commit
bd4fe9d26f
  1. 2
      libethereum/State.cpp

2
libethereum/State.cpp

@ -795,8 +795,6 @@ h256 State::oldBloom() const
LogBloom State::logBloom() const
{
LogBloom ret;
auto sa = sha3(m_currentBlock.coinbaseAddress.ref());
ret.shiftBloom<3>(sa);
for (TransactionReceipt const& i: m_receipts)
ret |= i.bloom();
return ret;

Loading…
Cancel
Save