Skip to content

Commit 5971471

Browse files
committed
f drop unused diff
1 parent 61000ba commit 5971471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/package.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl Readable for HolderFundingOutput {
481481
Ok(Self {
482482
funding_redeemscript: funding_redeemscript.0.unwrap(),
483483
channel_type_features: channel_type_features.unwrap_or(ChannelTypeFeatures::only_static_remote_key()),
484-
funding_amount,
484+
funding_amount
485485
})
486486
}
487487
}

0 commit comments

Comments
 (0)