Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 52e96b3

Browse files
authored
Derive Debug on SyncStatus (#13025)
1 parent 043a60b commit 52e96b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/network/common/src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub struct StateDownloadProgress {
7070
}
7171

7272
/// Syncing status and statistics.
73-
#[derive(Clone)]
73+
#[derive(Debug, Clone)]
7474
pub struct SyncStatus<Block: BlockT> {
7575
/// Current global sync state.
7676
pub state: SyncState<NumberFor<Block>>,

0 commit comments

Comments
 (0)