ThomasV 9 years ago
parent
commit
76bf8085fd
  1. 2
      lib/commands.py

2
lib/commands.py

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

Loading…
Cancel
Save