Skip to content

Commit

Permalink
Updates method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jun 20, 2024
1 parent 8fb798b commit f0b5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-rpc/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl TrustedChainSync {

/// Accepts a block hash.
///
/// Polls `getbestblockhash` RPC method until it successfully returns a block hash that is different from the last chain tip hash.
/// Polls `getbestblockheightandhash` RPC method until it successfully returns a block hash that is different from the last chain tip hash.
///
/// Returns the node's best block hash.
async fn wait_for_chain_tip_change(
Expand Down

0 comments on commit f0b5ee5

Please sign in to comment.