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

This commit is contained in:
CalDescent 2022-01-30 21:00:27 +00:00
parent a4cbbb3868
commit 55b5702158

View File

@ -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