Derive Debug on SyncStatus (#13025)

This commit is contained in:
Nazar Mokrynskyi
2022-12-29 00:10:47 +02:00
committed by GitHub
parent af79220695
commit fa6b7a1243
+1 -1
View File
@@ -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>>,