Skip to content

Commit

Permalink
remove unused DumpIcarus type
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Mar 14, 2022
1 parent ca6b16d commit d72a6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wallet/src/transaction/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ pub struct DumpIter<'a, W> {
valid_until: BlockDate,
}

pub type DumpIcarus<'a> =
DumpIter<'a, crate::scheme::bip44::Wallet<chain_impl_mockchain::legacy::OldAddress>>;
pub type DumpFreeKeys<'a> = DumpIter<'a, crate::scheme::freeutxo::Wallet>;

pub fn send_to_one_address<K: Clone + Groupable, WB: WitnessBuilder>(
Expand Down

0 comments on commit d72a6f9

Please sign in to comment.