This commit is contained in:
Manfred Karrer 2017-01-17 22:33:15 +01:00
parent 8f871e2629
commit e224422b83

View File

@ -101,7 +101,6 @@ public class SquBlockchainManager {
GENESIS_BLOCK_HEIGHT,
block -> {
UserThread.execute(() -> {
log.error("### new block");
try {
blockchainService.parseBlock(new SquBlock(block.getTx(), block.getHeight()),
GENESIS_BLOCK_HEIGHT,