forked from Qortal/qortal
Invalidate last low weight block signature whenever the previous block data changes.
This commit is contained in:
parent
a4cbbb3868
commit
55b5702158
@ -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…
Reference in New Issue
Block a user