Skip to content

Commit

Permalink
fix: add public key to make_keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Nov 18, 2022
1 parent e28de22 commit 2b69958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export async function getStacksWalletKeyInfo(

return {
privateKey: privkey,
publicKey: pubkey.toString('hex'),
address: c32check.b58ToC32(addr),
btcAddress,
wif: walletImportFormat,
Expand Down

0 comments on commit 2b69958

Please sign in to comment.