From 3931ede74277c4aa52f9993776ff8c61f24d1d0f Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sun, 3 Jul 2022 11:36:41 -0700 Subject: [PATCH] update netaddr values --- README.md | 2 +- monero/const.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af8f145..4e92a0f 100644 --- a/README.md +++ b/README.md @@ -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 and Contributors: +Copyright (c) 2017-2022 Michał Sałaban and Contributors: `lalanza808`_, `cryptochangements34`_, `atward`_, `rooterkyberian`_, `brucexiu`_, `lialsoftlab`_, `moneroexamples`_, `massanchik`_, `MrClottom`_. diff --git a/monero/const.py b/monero/const.py index 4790ef8..929022b 100644 --- a/monero/const.py +++ b/monero/const.py @@ -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