mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Derive Debug on SyncStatus (#13025)
This commit is contained in:
@@ -70,7 +70,7 @@ pub struct StateDownloadProgress {
|
||||
}
|
||||
|
||||
/// Syncing status and statistics.
|
||||
#[derive(Clone)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SyncStatus<Block: BlockT> {
|
||||
/// Current global sync state.
|
||||
pub state: SyncState<NumberFor<Block>>,
|
||||
|
||||
Reference in New Issue
Block a user