diff --git a/coins/monero/tests/send.rs b/coins/monero/tests/send.rs index dd95c5b4..4c002d45 100644 --- a/coins/monero/tests/send.rs +++ b/coins/monero/tests/send.rs @@ -1,4 +1,6 @@ -use std::{sync::Mutex, collections::HashMap}; +use std::sync::Mutex; +#[cfg(feature = "multisig")] +use std::collections::HashMap; use lazy_static::lazy_static;