1
0

set timeout to 30s for synchronous operations

This commit is contained in:
ThomasV
2016-03-20 13:25:24 +01:00
parent 67145e053b
commit 753a28b452
2 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ class Commands:
return tx.deserialize()
@command('n')
def broadcast(self, tx, timeout=10):
def broadcast(self, tx, timeout=30):
"""Broadcast a transaction to the network. """
return self.network.broadcast(tx, timeout)