mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 06:50:58 +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:
|
||||
# compatibility namespace for Casa
|
||||
namespaces.append([49, slip44_id])
|
||||
namespaces.append([49, coin.slip44])
|
||||
|
||||
# compatibility namespace for Greenaddress:
|
||||
# m/branch/address_pointer, for branch in (1, 4)
|
||||
|
Loading…
Reference in New Issue
Block a user