aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-10-31 20:28:00 +0200
committerRiccardo Spagni <ric@spagni.net>2017-10-31 20:28:00 +0200
commit784f7b07f05a645d43f62ed3a9cefda4b0c57825 (patch)
treeb311a1a0f3e7a321973710fe6f49a2b08bea01c7 /src
parentMerge pull request #2715 (diff)
parentsubaddress: change prefix so that it starts with 8 (diff)
downloadmonero-784f7b07f05a645d43f62ed3a9cefda4b0c57825.tar.xz
Merge pull request #2660
4dd05a2f subaddress: change prefix so that it starts with 8 (kenshi84)
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 5a61fc78c..e38e15cb2 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -150,7 +150,7 @@ namespace config
uint64_t const CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 18;
uint64_t const CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 19;
- uint64_t const CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX = 26;
+ uint64_t const CRYPTONOTE_PUBLIC_SUBADDRESS_BASE58_PREFIX = 42;
uint16_t const P2P_DEFAULT_PORT = 18080;
uint16_t const RPC_DEFAULT_PORT = 18081;
uint16_t const ZMQ_RPC_DEFAULT_PORT = 18082;