|
@ -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): |
|
|