mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Temporarily limit block minter as first stage of multipart minting fix. This will be reverted almost immediately after release.
This commit is contained in:
@@ -378,6 +378,10 @@ public class Block {
|
||||
// Online account (reward-share) with current timestamp but reward-share cancelled
|
||||
continue;
|
||||
|
||||
if (accountIndex >= 7850)
|
||||
// Temporary limitation as first stage of multipart minting fix
|
||||
continue;
|
||||
|
||||
indexedOnlineAccounts.put(accountIndex, onlineAccountData);
|
||||
}
|
||||
List<Integer> accountIndexes = new ArrayList<>(indexedOnlineAccounts.keySet());
|
||||
|
Reference in New Issue
Block a user