Browse Source

Invalidate last low weight block signature whenever the previous block data changes.

block-minter-updates
CalDescent 3 years ago
parent
commit
55b5702158
  1. 3
      src/main/java/org/qortal/controller/BlockMinter.java

3
src/main/java/org/qortal/controller/BlockMinter.java

@ -195,6 +195,9 @@ public class BlockMinter extends Thread {
// Reduce log timeout
logTimeout = 10 * 1000L;
// Last low weight block is no longer valid
parentSignatureForLastLowWeightBlock = null;
}
// Discard accounts we have already built blocks with

Loading…
Cancel
Save