feat(common): enable Taproot on Bitcoin

pull/1856/head
Pavol Rusnak 3 years ago committed by Andrew Kozlik
parent 7e64ccbaf9
commit dbc464750b

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

@ -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,

Loading…
Cancel
Save