Skip to content

Commit 0f17c58

Browse files
committed
f - undo errant move
1 parent 813ba9d commit 0f17c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use bitcoin::blockdata::constants::ChainHash;
1919
use bitcoin::secp256k1::{self, Secp256k1, SecretKey, PublicKey};
2020

21-
use crate::sign::{NodeSigner, Recipient};
2221
use crate::blinded_path::message::OffersContext;
22+
use crate::sign::{NodeSigner, Recipient};
2323
use crate::events::{MessageSendEvent, MessageSendEventsProvider};
2424
use crate::ln::types::ChannelId;
2525
use crate::ln::features::{InitFeatures, NodeFeatures};

0 commit comments

Comments
 (0)