1
0

use ssl as default protocol

This commit is contained in:
ecdsa
2013-04-01 12:11:24 +02:00
parent 19cbe609a4
commit 84101a446b
3 changed files with 27 additions and 20 deletions

View File

@@ -1085,7 +1085,7 @@ class WalletSynchronizer(threading.Thread):
self.wallet.receive_tx_callback(tx_hash, tx, tx_height)
self.was_updated = True
requested_tx.remove( (tx_hash, tx_height) )
print_error("received tx:", tx)
print_error("received tx:", tx_hash, len(tx.raw))
elif method == 'blockchain.transaction.broadcast':
self.wallet.tx_result = result