Skip to content

Commit

Permalink
Merge pull request #7 from ageorge95/main
Browse files Browse the repository at this point in the history
fixed a wrong import name
  • Loading branch information
BTCgreen-Network authored Nov 23, 2022
2 parents cf8b4ce + 9bee79a commit 4d1ecd7
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 chives_master_sk_to_farmer_sk, chives_master_sk_to_pool_sk
from tad.wallet.derive_chives_keys import master_sk_to_chives_farmer_sk, master_sk_to_chives_pool_sk


def unlock_keyring() -> None:
Expand Down

0 comments on commit 4d1ecd7

Please sign in to comment.