|
|
|
@ -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 = [] |
|
|
|
|