Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Nov 14, 2024
1 parent 058b490 commit 90222d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ain-dftx/src/types/balance.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use super::common::CompactVec;
use ain_macros::ConsensusEncoding;
use bitcoin::{io, ScriptBuf, VarInt};
use serde::Serialize;

use super::common::CompactVec;

// CBalances
#[derive(ConsensusEncoding, Debug, PartialEq, Eq, Clone)]
Expand Down

0 comments on commit 90222d2

Please sign in to comment.