1
0

lnbase: use broadcast_transaction instead of broadcast (follow up e57e55aad)

This commit is contained in:
Janus
2018-06-12 13:55:11 +02:00
committed by ThomasV
parent 3270ac039c
commit 8eeaac8dda

View File

@@ -908,7 +908,7 @@ class Peer(PrintError):
if not ecc.verify_signature(remote_config.multisig_key.pubkey, remote_sig, pre_hash):
raise Exception('verifying remote signature failed.')
# broadcast funding tx
success, _txid = self.network.broadcast(funding_tx)
success, _txid = self.network.broadcast_transaction(funding_tx)
assert success, success
their_revocation_store = RevocationStore()
chan = OpenChannel(