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 total_fee_sat = Channel::<Signer>::commit_tx_fee_sat(feerate_per_kw, included_non_dust_htlcs.len(),self.channel_transaction_parameters.opt_anchors.is_some());
1330
+
let anchors_val = ifself.channel_transaction_parameters.opt_anchors.is_some(){ANCHOR_OUTPUT_VALUE_SATOSHI*2}else{0}asi64;
0 commit comments