update netaddr values

This commit is contained in:
lza_menace 2022-07-03 11:36:41 -07:00
parent e5072fafda
commit 3931ede742
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
A Python module for Wownero. This was copied from the [monero-python](https://github.com/monero-ecosystem/monero-python) library made for Monero.
Copyright (c) 2017-2018 Michał Sałaban <michal@salaban.info> and Contributors:
Copyright (c) 2017-2022 Michał Sałaban <michal@salaban.info> and Contributors:
`lalanza808`_, `cryptochangements34`_, `atward`_, `rooterkyberian`_, `brucexiu`_,
`lialsoftlab`_, `moneroexamples`_, `massanchik`_, `MrClottom`_.

View File

@ -3,9 +3,9 @@ NET_STAGE = "stage"
NET_TEST = "test"
NETS = (NET_MAIN, NET_TEST, NET_STAGE)
MASTERADDR_NETBYTES = (4146, 53, 24)
SUBADDR_NETBYTES = (12208, 63, 36)
INTADDRR_NETBYTES = (6810, 54, 25)
MASTERADDR_NETBYTES = (178,)
SUBADDR_NETBYTES = (176,)
INTADDRR_NETBYTES = (154,)
PRIO_UNIMPORTANT = 1
PRIO_NORMAL = 2