We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
SyncStatus
1 parent 043a60b commit 52e96b3Copy full SHA for 52e96b3
1 file changed
client/network/common/src/sync.rs
@@ -70,7 +70,7 @@ pub struct StateDownloadProgress {
70
}
71
72
/// Syncing status and statistics.
73
-#[derive(Clone)]
+#[derive(Debug, Clone)]
74
pub struct SyncStatus<Block: BlockT> {
75
/// Current global sync state.
76
pub state: SyncState<NumberFor<Block>>,
0 commit comments