Skip to content

Commit

Permalink
fix: rename remote to network
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed May 30, 2024
1 parent 3cc3cc6 commit 9978e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ impl ProverClient {
/// ```no_run
/// use sp1_sdk::ProverClient;
///
/// let client = ProverClient::remote();
/// let client = ProverClient::network();
/// ```
pub fn remote() -> Self {
pub fn network() -> Self {
Self {
prover: Box::new(NetworkProver::new()),
}
Expand Down

0 comments on commit 9978e7b

Please sign in to comment.