1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

common: drop capricoin blockbook servers

This commit is contained in:
matejcik 2020-03-02 16:44:06 +01:00
parent 38599e3364
commit 208bac8653
2 changed files with 2 additions and 7 deletions

View File

@ -37,12 +37,7 @@
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": [
"https://blockbook.capricoin.org",
"https://blockbook2.capricoin.org",
"https://blockbook3.capricoin.org",
"https://blockbook4.capricoin.org"
],
"blockbook": [],
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,

File diff suppressed because one or more lines are too long