Merge pull request #1685 from wpaulino/anchors-prep
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
index 94e0252cd04671c1ee80b2a71cf7db8ccb3c76c5..a44d2c3f2d25f804a5ec8df43f207e09f60c6b9e 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 }