mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Correct a warning when building Monero without multisig
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user