We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8f14b commit 23a9b9aCopy full SHA for 23a9b9a
src/rpc/methods/sync.rs
@@ -78,6 +78,7 @@ impl RpcMethod<0> for SyncStatus {
78
const PARAM_NAMES: [&'static str; 0] = [];
79
const API_PATHS: BitFlags<ApiPaths> = ApiPaths::all();
80
const PERMISSION: Permission = Permission::Read;
81
+ const DESCRIPTION: Option<&'static str> = Some("Returns the current sync status of the node.");
82
83
type Params = ();
84
type Ok = SyncStatusReport;
0 commit comments