This commit is contained in:
ThomasV 2016-02-28 05:18:50 +01:00
parent 11a6917ade
commit 76bf8085fd
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Commands:
def broadcast(self, tx, timeout=10):
"""Broadcast a transaction to the network. """
t = Transaction(tx)
return self.network.broadcast(str(t), timeout)
return self.network.broadcast(t, timeout)
@command('')
def createmultisig(self, num, pubkeys):