1
0

simplification

This commit is contained in:
thomasv
2012-02-08 16:22:51 +01:00
parent bbf64b675f
commit f4d4962b1d
2 changed files with 4 additions and 8 deletions

View File

@@ -865,8 +865,6 @@ class BitcoinGUI:
self.show_message(e.message)
return
self.update_session = True # we created a new change address
status, msg = self.wallet.sendtx( tx )
if status:
self.show_message( "payment sent.\n" + msg )