Browse Source

No need to add block info again - verifyBlock is guarantee to do it for

us.
cl-refactor
Gav Wood 10 years ago
parent
commit
505432fe62
  1. 1
      libethereum/BlockChain.cpp

1
libethereum/BlockChain.cpp

@ -400,7 +400,6 @@ ImportRoute BlockChain::import(bytes const& _block, OverlayDB const& _db, Import
// clog(BlockChainNote) << " Malformed block: " << diagnostic_information(ex);
ex << errinfo_phase(2);
ex << errinfo_now(time(0));
ex << errinfo_block(_block);
throw;
}
#endif

Loading…
Cancel
Save