forked from Qortal/qortal
Added code accidentally missed out of commit 1b036b7
This commit is contained in:
parent
4448e2b5df
commit
2c33d5256c
@ -340,6 +340,9 @@ public class Block {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
Integer accountIndex = getRewardShareIndex(onlineAccountData.getPublicKey(), allRewardSharePublicKeys);
|
Integer accountIndex = getRewardShareIndex(onlineAccountData.getPublicKey(), allRewardSharePublicKeys);
|
||||||
|
if (accountIndex == null)
|
||||||
|
// Online account (reward-share) with current timestamp but reward-share cancelled
|
||||||
|
continue;
|
||||||
|
|
||||||
indexedOnlineAccounts.put(accountIndex, onlineAccountData);
|
indexedOnlineAccounts.put(accountIndex, onlineAccountData);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user