mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Update to recent Monero project state
This commit is contained in:
parent
a16ae37a94
commit
090ef0c984
3 changed files with 13 additions and 1 deletions
|
@ -60,10 +60,12 @@ print(
|
|||
unlocked=w.get_balance(unlocked=True)))
|
||||
print(
|
||||
"Keys:\n" \
|
||||
" private spend: {ssk}\n" \
|
||||
" private view: {svk}\n" \
|
||||
" public spend: {psk}\n" \
|
||||
" public view: {pvk}\n\n" \
|
||||
"Seed:\n{seed}".format(
|
||||
ssk=w.get_spend_key(),
|
||||
svk=w.get_view_key(),
|
||||
psk=masteraddr.get_spend_key(),
|
||||
pvk=masteraddr.get_view_key(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue