mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 06:22:39 -04:00
fix missing import in test
This commit is contained in:
parent
9d1a39b2ff
commit
250764ed30
2 changed files with 3 additions and 2 deletions
|
@ -207,6 +207,7 @@ pub mod api_test {
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use tokio::sync::broadcast;
|
use tokio::sync::broadcast;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
use super::*;
|
||||||
|
|
||||||
pub const MULTI_ADDRESS: &str =
|
pub const MULTI_ADDRESS: &str =
|
||||||
"/ip4/127.0.0.1/tcp/9939/p2p/12D3KooWCdMKjesXMJz1SiZ7HgotrxuqhQJbP5sgBm2BwP1cqThi";
|
"/ip4/127.0.0.1/tcp/9939/p2p/12D3KooWCdMKjesXMJz1SiZ7HgotrxuqhQJbP5sgBm2BwP1cqThi";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue