mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-12 12:47:51 +00:00
Fixed error in rebase.
This commit is contained in:
parent
e80dd31fb4
commit
7a60f713ea
@ -438,6 +438,11 @@ public class BlockMinter extends Thread {
|
|||||||
// Broadcast our new chain to network
|
// Broadcast our new chain to network
|
||||||
Network.getInstance().broadcastOurChain();
|
Network.getInstance().broadcastOurChain();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} catch (InterruptedException e) {
|
||||||
|
// We've been interrupted - time to exit
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (DataException e) {
|
} catch (DataException e) {
|
||||||
LOGGER.warn("Repository issue while running block minter - NO LONGER MINTING", e);
|
LOGGER.warn("Repository issue while running block minter - NO LONGER MINTING", e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user