Skip to content

Commit

Permalink
That's not a private key (Chia-Network#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington authored May 24, 2021
1 parent 2ddc48d commit 280488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/cmds/keys_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def show_all_keys(show_mnemonic: bool):
print("Master private key (m):", bytes(sk).hex())
print(
"First wallet secret key (m/12381/8444/2/0):",
master_sk_to_wallet_sk(sk, uint32(0)).get_g1(),
master_sk_to_wallet_sk(sk, uint32(0)),
)
mnemonic = bytes_to_mnemonic(seed)
print(" Mnemonic seed (24 secret words):")
Expand Down

0 comments on commit 280488d

Please sign in to comment.