Browse Source

Merge #482: Fix unwanted display of privkeys in GUI

6efbf33 Fix unwanted display of privkeys in GUI (Kristaps Kaupe)
master
Adam Gibson 6 years ago
parent
commit
7c96653db3
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 3
      scripts/joinmarket-qt.py

3
scripts/joinmarket-qt.py

@ -1782,8 +1782,7 @@ def get_wallet_printout(wallet_service):
xpubs: [[xpubext, xpubint], ...] xpubs: [[xpubext, xpubint], ...]
Bitcoin amounts returned are in btc, not satoshis Bitcoin amounts returned are in btc, not satoshis
""" """
walletview = wallet_display(wallet_service, jm_single().config.getint("GUI", walletview = wallet_display(wallet_service, False, serialized=False)
"gaplimit"), False, serialized=False)
rows = [] rows = []
mbalances = [] mbalances = []
xpubs = [] xpubs = []

Loading…
Cancel
Save