Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Carter committed Nov 7, 2019
1 parent ebc0921 commit 7cd7af1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/api/graphql/btc_offer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ impl<'a> BtcOffer<'a> {
#[cfg(test)]
mod tests {
use super::*;
use crate::{
bisq::SequencedMessageHash,
domain::{amount::*, market::*, offer::*},
};
use crate::{bisq::SequencedMessageHash, domain::market::*};
use bitcoin_hashes::sha256;
use std::{str::FromStr, time::UNIX_EPOCH};

Expand Down

0 comments on commit 7cd7af1

Please sign in to comment.