Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zk2u committed Oct 8, 2024
1 parent 5c0780a commit bfabe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use axum::{
};
use axum_client_ip::SecureClientIp;
use bdk_wallet::{
bitcoin::{address::NetworkUnchecked, hashes::Hash, Address as L1Address},
bitcoin::{address::NetworkUnchecked, Address as L1Address},
KeychainKind,
};
use hex::Hex;
Expand Down

0 comments on commit bfabe5d

Please sign in to comment.