Skip to content

Commit 973f4f9

Browse files
committed
f fix build
1 parent 73cd554 commit 973f4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/htlc_reserve_unit_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::ln::chan_utils::{self, CommitmentTransaction, htlc_success_tx_weight,
66
use crate::ln::channel::{FEE_SPIKE_BUFFER_FEE_INCREASE_MULTIPLE, Channel, MIN_AFFORDABLE_HTLC_COUNT, get_holder_selected_channel_reserve_satoshis};
77
use crate::ln::channelmanager::PaymentId;
88
use crate::ln::outbound_payment::RecipientOnionFields;
9-
use crate::ln::onion_utils::self;
9+
use crate::ln::onion_utils;
1010
use crate::ln::msgs::{self, BaseMessageHandler, ChannelMessageHandler, MessageSendEvent};
1111
use crate::sign::ecdsa::EcdsaChannelSigner;
1212
use crate::util::config::UserConfig;

0 commit comments

Comments
 (0)