Skip to content

Commit 5c30ef9

Browse files
committed
f - s/fee/fee_sats
1 parent 4761326 commit 5c30ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ pub(super) struct ChannelContext<SP: Deref> where SP::Target: SignerProvider {
13041304
/// Max to_local and to_remote outputs in a remote-generated commitment transaction
13051305
counterparty_max_commitment_tx_output: Mutex<(u64, u64)>,
13061306

1307-
// (fee, skip_remote_output, fee_range, holder_sig)
1307+
// (fee_sats, skip_remote_output, fee_range, holder_sig)
13081308
last_sent_closing_fee: Option<(u64, bool, ClosingSignedFeeRange, Option<Signature>)>,
13091309
last_received_closing_sig: Option<Signature>,
13101310
target_closing_feerate_sats_per_kw: Option<u32>,

0 commit comments

Comments
 (0)