forked from Qortal/qortal
Revert "Temporarily limit block minter as first stage of multipart minting fix. This will be reverted almost immediately after release."
This reverts commit 0eebfe4a8c
.
This commit is contained in:
parent
b02ac2561f
commit
f48eb27f00
@ -378,10 +378,6 @@ public class Block {
|
|||||||
// Online account (reward-share) with current timestamp but reward-share cancelled
|
// Online account (reward-share) with current timestamp but reward-share cancelled
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (accountIndex >= 7850)
|
|
||||||
// Temporary limitation as first stage of multipart minting fix
|
|
||||||
continue;
|
|
||||||
|
|
||||||
indexedOnlineAccounts.put(accountIndex, onlineAccountData);
|
indexedOnlineAccounts.put(accountIndex, onlineAccountData);
|
||||||
}
|
}
|
||||||
List<Integer> accountIndexes = new ArrayList<>(indexedOnlineAccounts.keySet());
|
List<Integer> accountIndexes = new ArrayList<>(indexedOnlineAccounts.keySet());
|
||||||
|
Loading…
Reference in New Issue
Block a user