mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
coinspecs: allow 8 (mainnet subaddresses) and A (standard testnet address) prefixes
This commit is contained in:
parent
48f677d28c
commit
236a906328
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue