Browse Source

Remove debug code.

cl-refactor
Gav Wood 11 years ago
parent
commit
6b33083bea
  1. 1
      alethzero/MainWin.cpp

1
alethzero/MainWin.cpp

@ -570,7 +570,6 @@ void Main::refreshBlockChain()
}
int n = 0;
auto b = bc.block(h);
cdebug << RLP(b);
for (auto const& i: RLP(b)[1])
{
Transaction t(i[0].data());

Loading…
Cancel
Save