|
@ -217,7 +217,6 @@ class Plugin(BasePlugin): |
|
|
self.gui.wallet.signrawtransaction(tx, input_info, [], password) |
|
|
self.gui.wallet.signrawtransaction(tx, input_info, [], password) |
|
|
txtext = json.dumps(tx.as_dict()).replace(' ', '') |
|
|
txtext = json.dumps(tx.as_dict()).replace(' ', '') |
|
|
self.show_tx_qrcode(txtext, 'Signed Transaction') |
|
|
self.show_tx_qrcode(txtext, 'Signed Transaction') |
|
|
|
|
|
|
|
|
except BaseException, e: |
|
|
except BaseException, e: |
|
|
self.gui.show_message(str(e)) |
|
|
self.gui.show_message(str(e)) |
|
|
|
|
|
|
|
|