1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

feat(common): enable Taproot on Bitcoin

This commit is contained in:
Pavol Rusnak 2021-08-11 13:06:42 +01:00 committed by Andrew Kozlik
parent 7e64ccbaf9
commit dbc464750b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"cashaddr_prefix": null,
"slip44": 0,
"segwit": true,
"taproot": false,
"taproot": true,
"decred": false,
"fork_id": null,
"force_bip143": false,

View File

@ -111,7 +111,7 @@ def by_name(name: str) -> CoinInfo:
cashaddr_prefix=None,
slip44=0,
segwit=True,
taproot=False,
taproot=True,
fork_id=None,
force_bip143=False,
decred=False,