Account for zero fee HTLC transaction within dust limit calculation
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
index 554e60ba7379117c6b1842f01416fbca11bc7718..ce04e5f7764a6601f5eb1c9e6d135fc74f0de349 100644 (file)
@@ -2118,7 +2118,6 @@ pub fn create_network<'a, 'b: 'a, 'c: 'b>(node_count: usize, cfgs: &'b Vec<NodeC
 
 // Note that the following only works for CLTV values up to 128
 pub const ACCEPTED_HTLC_SCRIPT_WEIGHT: usize = 137; //Here we have a diff due to HTLC CLTV expiry being < 2^15 in test
-pub const OFFERED_HTLC_SCRIPT_WEIGHT: usize = 133;
 
 #[derive(PartialEq)]
 pub enum HTLCType { NONE, TIMEOUT, SUCCESS }