Skip to content

Commit

Permalink
Add: wif, chain_code and parent_fingerprint on exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 15, 2024
1 parent 1efbbfb commit 136473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/algorand.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
)

print(json.dumps(hdwallet.dump(exclude={
"root", "indexes", "xprivate_key", "xpublic_key"
"root", "indexes", "xprivate_key", "xpublic_key", "wif", "chain_code", "parent_fingerprint"
}), indent=4, ensure_ascii=False))

0 comments on commit 136473f

Please sign in to comment.