1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 03:48:09 +00:00

mod fujicoin SegWit

This commit is contained in:
motty 2018-04-10 09:53:01 +09:00 committed by Pavol Rusnak
parent 8ac9068e02
commit 45cde2249c

View File

@ -459,16 +459,19 @@
"hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0", "hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0",
"xpub_magic": "0488b21e", "xpub_magic": "0488b21e",
"xprv_magic": "0488ade4", "xprv_magic": "0488ade4",
"xpub_magic_segwit_p2sh": null, "xpub_magic_segwit_p2sh": "049d7cb2",
"bech32_prefix": null, "bech32_prefix": "fc",
"cashaddr_prefix": null, "cashaddr_prefix": null,
"bip44": 75, "bip44": 75,
"segwit": false, "segwit": true,
"decred": false, "decred": false,
"forkid": null, "forkid": null,
"force_bip143": false, "force_bip143": false,
"default_fee_b": { "default_fee_b": {
"Normal": 100000 "Low": 100000,
"Economy": 200000,
"Normal": 500000,
"High": 1000000
}, },
"dust_limit": 100000, "dust_limit": 100000,
"blocktime_minutes": 1.0, "blocktime_minutes": 1.0,