Correct a warning when building Monero without multisig

This commit is contained in:
Luke Parker 2022-06-06 04:28:52 -04:00
parent ad14d0bfd0
commit 670ea3726f
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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;