diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-10-31 20:28:00 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-10-31 20:28:00 +0200 |
commit | 784f7b07f05a645d43f62ed3a9cefda4b0c57825 (patch) | |
tree | b311a1a0f3e7a321973710fe6f49a2b08bea01c7 | |
parent | Merge pull request #2715 (diff) | |
parent | subaddress: change prefix so that it starts with 8 (diff) | |
download | monero-784f7b07f05a645d43f62ed3a9cefda4b0c57825.tar.xz |
Merge pull request #2660
4dd05a2f subaddress: change prefix so that it starts with 8 (kenshi84)
-rw-r--r-- | src/cryptonote_config.h | 2 |
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; |