Skip to content

Commit

Permalink
Update ldk-server-client/src/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gursharan Singh <[email protected]>
  • Loading branch information
dzdidi and G8XSU authored Dec 9, 2024
1 parent 6b4589d commit 5778ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldk-server-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl LdkServerClient {
Self { base_url, client: Client::new() }
}

/// Retrieve a lightning node info
/// Retrieve the latest node info like `node_id`, `current_best_block` etc.
/// For API contract/usage, refer to docs for [`GetNodeInfoRequest`] and [`GetNodeInfoResponse`].
pub async fn get_node_info(
&self, request: GetNodeInfoRequest,
Expand Down

0 comments on commit 5778ebd

Please sign in to comment.