Skip to content

Commit

Permalink
Update keys_funcs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BTCgreen-Network committed Nov 23, 2022
1 parent 4d1ecd7 commit 177cf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tad/cmds/keys_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
master_sk_to_wallet_sk,
master_sk_to_wallet_sk_unhardened,
)
from tad.wallet.derive_chives_keys import master_sk_to_chives_farmer_sk, master_sk_to_chives_pool_sk
from tad.wallet.derive_chives_keys import chives_master_sk_to_farmer_sk, chives_master_sk_to_pool_sk


def unlock_keyring() -> None:
Expand Down

0 comments on commit 177cf62

Please sign in to comment.