mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-23 19:37:51 +00:00
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
|
// Reduce log timeout
|
||||||
logTimeout = 10 * 1000L;
|
logTimeout = 10 * 1000L;
|
||||||
|
|
||||||
|
// Last low weight block is no longer valid
|
||||||
|
parentSignatureForLastLowWeightBlock = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Discard accounts we have already built blocks with
|
// Discard accounts we have already built blocks with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user