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

Commit 761c674

Browse files
committed
fix typo
1 parent 47fc080 commit 761c674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl<P: consensus::Parameters + Send + Sync + 'static> Command<P> for SyncStatus
111111
} else {
112112
object! {
113113
"sync_id" => status.sync_id,
114-
"in_prorgess" => status.in_progress,
114+
"in_progress" => status.in_progress,
115115
"last_error" => status.last_error,
116116
}
117117
};

0 commit comments

Comments
 (0)