mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Correct a warning when building Monero without multisig
This commit is contained in:
parent
ad14d0bfd0
commit
670ea3726f
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue