From be1bc40484c54ed6438828fc4db34039e66ecf8d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 17 Oct 2018 12:16:07 +0200 Subject: [PATCH] revert rbf on funding tx --- electrum/lnbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/lnbase.py b/electrum/lnbase.py index 7827ff787..9e543af87 100644 --- a/electrum/lnbase.py +++ b/electrum/lnbase.py @@ -455,7 +455,7 @@ class Peer(PrintError): redeem_script = funding_output_script(local_config, remote_config) funding_address = bitcoin.redeem_script_to_address('p2wsh', redeem_script) funding_output = TxOutput(bitcoin.TYPE_ADDRESS, funding_address, funding_sat) - funding_tx = self.lnworker.wallet.mktx([funding_output], password, self.lnworker.config, rbf=True) + funding_tx = self.lnworker.wallet.mktx([funding_output], password, self.lnworker.config) funding_txid = funding_tx.txid() funding_index = funding_tx.outputs().index(funding_output) # remote commitment transaction