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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jul 18, 2022
1 parent 47fc080 commit 761c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl<P: consensus::Parameters + Send + Sync + 'static> Command<P> for SyncStatus
} else {
object! {
"sync_id" => status.sync_id,
"in_prorgess" => status.in_progress,
"in_progress" => status.in_progress,
"last_error" => status.last_error,
}
};
Expand Down

0 comments on commit 761c674

Please sign in to comment.