Skip to content

Commit 1af267d

Browse files
committed
fix: remove unused import
1 parent 67c0d33 commit 1af267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ledger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::net::{IpAddr, Ipv4Addr, SocketAddr};
55

66
use async_trait::async_trait;
77
use bitcoin::{
8-
bip32::{ChildNumber, DerivationPath, Fingerprint, Xpub},
8+
bip32::{DerivationPath, Fingerprint, Xpub},
99
psbt::Psbt,
1010
};
1111
use ledger_bitcoin_client::psbt::PartialSignature;

0 commit comments

Comments
 (0)