Fix imports

This commit is contained in:
rishflab 2021-01-08 12:36:54 +11:00
parent 7d8fe742e8
commit 6358b0c1a9
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
pub mod wallet;
use ::bitcoin::hashes::core::fmt::Formatter;
use anyhow::Result;
use async_trait::async_trait;
use rand::{CryptoRng, RngCore};
@ -10,7 +9,7 @@ use rust_decimal::{
};
use serde::{Deserialize, Serialize};
use std::{
fmt::Display,
fmt::{Display, Formatter},
ops::{Add, Mul, Sub},
str::FromStr,
};

View File

@ -6,7 +6,6 @@ use get_port::get_port;
use libp2p::Multiaddr;
use rand::rngs::OsRng;
use testcontainers::clients::Cli;
use uuid::Uuid;
use crate::{