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 authored and huitseeker committed Jun 15, 2024
1 parent 356c0b2 commit 6975a2a
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 @@ -135,9 +135,9 @@ impl ProverClient {
/// ```no_run
/// use sphinx_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 6975a2a

Please sign in to comment.