Skip to content

Commit 23a9b9a

Browse files
committed
address comment
1 parent ce8f14b commit 23a9b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/methods/sync.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ impl RpcMethod<0> for SyncStatus {
7878
const PARAM_NAMES: [&'static str; 0] = [];
7979
const API_PATHS: BitFlags<ApiPaths> = ApiPaths::all();
8080
const PERMISSION: Permission = Permission::Read;
81+
const DESCRIPTION: Option<&'static str> = Some("Returns the current sync status of the node.");
8182

8283
type Params = ();
8384
type Ok = SyncStatusReport;

0 commit comments

Comments
 (0)