mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-02 08:27:05 +00:00
Fixed bug in OnlineAccountsV3Message
This commit is contained in:
@@ -122,7 +122,7 @@ public class OnlineAccountsV3Message extends Message {
|
||||
bytes.write(Ints.toByteArray(nonceCount));
|
||||
|
||||
for (int n = 0; n < nonceCount; ++n) {
|
||||
int nonce = onlineAccountData.getNonces().get(i);
|
||||
int nonce = onlineAccountData.getNonces().get(n);
|
||||
bytes.write(Ints.toByteArray(nonce));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user