1
0

follow-up redeeming of local outgoing htlc outputs, fix tests

This commit is contained in:
Janus
2018-10-22 21:03:55 +02:00
committed by ThomasV
parent 04ec7e9968
commit d6f62d4e7f
2 changed files with 8 additions and 14 deletions

View File

@@ -542,7 +542,7 @@ class TestLNUtil(unittest.TestCase):
our_commit_tx))
def htlc_tx(self, htlc, htlc_output_index, amount_msat, htlc_payment_preimage, remote_htlc_sig, success, cltv_timeout, local_feerate_per_kw, our_commit_tx):
our_htlc_tx_output = make_htlc_tx_output(
_script, our_htlc_tx_output = make_htlc_tx_output(
amount_msat=amount_msat,
local_feerate=local_feerate_per_kw,
revocationpubkey=local_revocation_pubkey,