mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 17:32:34 +00:00
core: allow 49/x not 49/x' for Casa
This commit is contained in:
parent
9da715e025
commit
c9dc38c9f3
@ -43,7 +43,7 @@ def get_namespaces_for_coin(coin: coininfo.CoinInfo):
|
|||||||
|
|
||||||
if coin.coin_name in BITCOIN_NAMES:
|
if coin.coin_name in BITCOIN_NAMES:
|
||||||
# compatibility namespace for Casa
|
# compatibility namespace for Casa
|
||||||
namespaces.append([49, slip44_id])
|
namespaces.append([49, coin.slip44])
|
||||||
|
|
||||||
# compatibility namespace for Greenaddress:
|
# compatibility namespace for Greenaddress:
|
||||||
# m/branch/address_pointer, for branch in (1, 4)
|
# m/branch/address_pointer, for branch in (1, 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user