mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +00:00
fix indent
This commit is contained in:
parent
7ddc29a912
commit
034bc64fe6
2 changed files with 8 additions and 9 deletions
|
@ -217,7 +217,6 @@ class Plugin(BasePlugin):
|
|||
self.gui.wallet.signrawtransaction(tx, input_info, [], password)
|
||||
txtext = json.dumps(tx.as_dict()).replace(' ', '')
|
||||
self.show_tx_qrcode(txtext, 'Signed Transaction')
|
||||
|
||||
except BaseException, e:
|
||||
self.gui.show_message(str(e))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue