1
0

add command for offline tx

This commit is contained in:
ThomasV
2011-11-08 16:48:44 +01:00
parent 85d1d5923f
commit ecd144b625
2 changed files with 17 additions and 13 deletions

View File

@@ -542,7 +542,7 @@ class BitcoinGUI:
password = password_dialog() if self.wallet.use_encryption else None
status, msg = self.wallet.send( to_address, amount, label, password )
status, msg = self.wallet.send( to_address, amount, label, password, True )
if status:
show_message( "payment sent.\n" + msg )
payto_entry.set_text("")