fix indent

This commit is contained in:
ThomasV 2013-05-27 21:14:38 +02:00
parent 7ddc29a912
commit 034bc64fe6
2 changed files with 8 additions and 9 deletions

View file

@ -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))