mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-01 13:48:46 +00:00
docs(core): fix reference to SLIP-23 in cardano node derivation
[no changelog]
This commit is contained in:
parent
30b50c6462
commit
2e58a4959f
@ -171,7 +171,7 @@ async def _get_keychain(derivation_type: CardanoDerivationType) -> Keychain:
|
|||||||
if mnemonic.is_bip39():
|
if mnemonic.is_bip39():
|
||||||
return await _get_keychain_bip39(derivation_type)
|
return await _get_keychain_bip39(derivation_type)
|
||||||
else:
|
else:
|
||||||
# derive the root node via SLIP-0023 https://github.com/satoshilabs/slips/blob/master/slip-0022.md
|
# derive the root node via SLIP-0023 https://github.com/satoshilabs/slips/blob/master/slip-0023.md
|
||||||
seed = await get_seed()
|
seed = await get_seed()
|
||||||
return Keychain(cardano.from_seed_slip23(seed))
|
return Keychain(cardano.from_seed_slip23(seed))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user