mirror of
https://github.com/serai-dex/serai.git
synced 2025-04-16 11:11:56 +00:00
Fix parity-db builds for the Coordinator
This commit is contained in:
parent
7312fa8d3c
commit
bea4f92b7a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use serai_coordinator_substrate::NewSetInformation;
|
|||
use serai_coordinator_tributary::Transaction;
|
||||
|
||||
#[cfg(all(feature = "parity-db", not(feature = "rocksdb")))]
|
||||
pub(crate) type Db = serai_db::ParityDb;
|
||||
pub(crate) type Db = std::sync::Arc<serai_db::ParityDb>;
|
||||
#[cfg(feature = "rocksdb")]
|
||||
pub(crate) type Db = serai_db::RocksDB;
|
||||
|
||||
|
|
Loading…
Reference in a new issue