mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 08:51:04 +00:00
Remove migration code. (#5291)
* Remove migration code. * Fix cargo * Bump spec version
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
//! Generic utilities for epoch-based consensus engines.
|
||||
|
||||
pub mod migration;
|
||||
|
||||
use std::{sync::Arc, ops::Add, collections::BTreeMap, borrow::{Borrow, BorrowMut}};
|
||||
use parking_lot::Mutex;
|
||||
use codec::{Encode, Decode};
|
||||
|
||||
Reference in New Issue
Block a user