Re-add support for non-zero-fee-anchors to chan_utils and InMemorySigner
[rust-lightning] / lightning / src / chain / channelmonitor.rs
index acca4ca8f2dfb78744aa2ce673c6aecc7f70d1da..408bdb6eb74b84d1cda07c5f022aae312f6308c5 100644 (file)
@@ -4044,7 +4044,7 @@ mod tests {
                        SecretKey::from_slice(&[41; 32]).unwrap(),
                        [41; 32],
                        0,
-                       [0; 32]
+                       [0; 32],
                );
 
                let counterparty_pubkeys = ChannelPublicKeys {
@@ -4065,6 +4065,7 @@ mod tests {
                        }),
                        funding_outpoint: Some(funding_outpoint),
                        opt_anchors: None,
+                       opt_non_zero_fee_anchors: None,
                };
                // Prune with one old state and a holder commitment tx holding a few overlaps with the
                // old state.