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
log_error!(logger,"You have a toxic holder commitment transaction avaible in channel monitor, read comment in ChannelMonitor::get_latest_holder_commitment_txn to be informed of manual action to take");
1837
1837
}else{
1838
-
// If we generated a MonitorEvent::CommitmentTxBroadcasted, the ChannelManager
1838
+
// If we generated a MonitorEvent::CommitmentTxConfirmed, the ChannelManager
1839
1839
// will still give us a ChannelForceClosed event with !should_broadcast, but we
1840
1840
// shouldn't print the scary warning above.
1841
1841
log_info!(logger,"Channel off-chain state closed after we broadcasted our latest commitment transaction.");
let funding_outp = HolderFundingOutput::build(self.funding_redeemscript.clone());
2358
2358
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