You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let should_broadcast = self.should_broadcast_holder_commitment_txn(logger);
2886
2886
if should_broadcast {
2887
-
let funding_outp = HolderFundingOutput::build(self.funding_redeemscript.clone(),self.onchain_tx_handler.opt_anchors());
2887
+
let funding_outp = HolderFundingOutput::build(self.funding_redeemscript.clone(),self.channel_value_satoshis,self.onchain_tx_handler.opt_anchors());
2888
2888
let commitment_package = PackageTemplate::build_package(self.funding_info.0.txid.clone(),self.funding_info.0.indexasu32,PackageSolvingData::HolderFundingOutput(funding_outp),self.best_block.height(),false,self.best_block.height());
0 commit comments