Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/src/rpc_client.rs
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
  • Loading branch information
brson and CriesofCarrots authored Aug 5, 2021
commit e6a087308fc51d5427de72b9c2e3f8936b1e8c90
2 changes: 1 addition & 1 deletion client/src/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ impl RpcClient {
/// transaction status whatever it is. It does not wait for transactions to
/// be processed.
///
/// This function only searches recent history, including all recent slots,
/// This function only searches a node's recent history, including all recent slots,
/// plus up to
/// [`MAX_RECENT_BLOCKHASHES`][solana_sdk::clock::MAX_RECENT_BLOCKHASHES]
/// rooted slots. To search the full transaction history use the
Expand Down