Skip to content

Commit

Permalink
docs(jsonrpc): replace signaling_info comment with an appropiate one
Browse files Browse the repository at this point in the history
The previous comment wasn't related with the signaling_info
method.
  • Loading branch information
Tommytrg committed Sep 19, 2023
1 parent 0d42a2d commit 15c13c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/src/actors/json_rpc/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,8 @@ pub async fn get_superblock(params: Result<GetSuperblockBlocksParams, Error>) ->
Err(e) => Err(internal_error_s(e)),
}
}
/// Get the list of protocol upgrades that are already active and the ones
/// that are currently being polled for activation signaling
pub async fn signaling_info() -> JsonRpcResult {
let chain_manager_addr = ChainManager::from_registry();

Expand Down

0 comments on commit 15c13c6

Please sign in to comment.