coinspecs: allow 8 (mainnet subaddresses) and A (standard testnet address) prefixes

This commit is contained in:
moneromooo 2018-04-25 14:59:05 +01:00
parent 48f677d28c
commit 236a906328
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ coinspecs = {
"atomic_units": 1e12,
"denominations": [[1000000, 1, "piconero"], [1000000000, 1e6, "micronero"], [1000000000000, 1e9, "millinero"]],
"address_length": [[95, 95], [106, 106]], # min/max size of addresses
"address_prefix": ['4', '9'], # allowed prefixes of addresses
"address_prefix": ['4', '8', '9', 'A'], # allowed prefixes of addresses
"min_withdrawal_fee": 10000000000,
"web_wallet_url": "https://mymonero.com/", # None is there's none
},