1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

coins: add bitcore URL for Decred Testnet (copied from python-trezor)

This commit is contained in:
matejcik 2018-04-09 22:07:54 +02:00
parent 46bc119962
commit 233456f077

View File

@ -542,6 +542,8 @@
"address_prefix": "bitcoin:",
"min_address_length": 35,
"max_address_length": 35,
"bitcore": []
"bitcore": [
"https://testnet.decred.org"
]
}
]