mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
OnlineAccountsV3Message.MIN_PEER_VERSION set to 3.6.0
This commit is contained in:
parent
5017072f6c
commit
64ef8ab863
@ -20,7 +20,7 @@ import java.util.Map;
|
||||
*/
|
||||
public class OnlineAccountsV3Message extends Message {
|
||||
|
||||
public static final long MIN_PEER_VERSION = 0x300050001L; // 3.5.1
|
||||
public static final long MIN_PEER_VERSION = 0x300060000L; // 3.6.0
|
||||
|
||||
private List<OnlineAccountData> onlineAccounts;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user