Skip to content

Commit b74dcd1

Browse files
committed
f: imports
1 parent 7b81f6c commit b74dcd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/onion_utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ use bitcoin::secp256k1::ecdh::SharedSecret;
3333
use bitcoin::secp256k1::{PublicKey, Scalar, Secp256k1, SecretKey};
3434

3535
use crate::io::{Cursor, Read};
36-
use crate::ln::msgs::InboundOnionPayload;
3736
#[allow(unused_imports)]
3837
use crate::prelude::*;
3938
use core::ops::Deref;
@@ -1588,7 +1587,7 @@ where
15881587
Some((next_trampoline_hop_hmac, new_trampoline_packet_bytes)),
15891588
)) => {
15901589
match next_trampoline_hop_data {
1591-
InboundOnionPayload::TrampolineForward(trampoline_hop_data) => {
1590+
msgs::InboundOnionPayload::TrampolineForward(trampoline_hop_data) => {
15921591
Ok(Hop::TrampolineForward {
15931592
outer_hop_data: hop_data,
15941593
outer_shared_secret: shared_secret,

0 commit comments

Comments
 (0)