chore: fix clippy lints

This commit is contained in:
Jose Storopoli 2024-07-30 14:43:32 -03:00
parent 82141a8201
commit 8bf8c7d080
No known key found for this signature in database
GPG Key ID: BCD6BC0FC1D110A5
3 changed files with 2 additions and 3 deletions

View File

@ -93,7 +93,6 @@ impl ChangeSet {
Self::init_wallet_sqlite_tables(db_tx)?;
use chain::rusqlite::OptionalExtension;
use chain::Impl;
use miniscript::{Descriptor, DescriptorPublicKey};
let mut changeset = Self::default();