From 5d137120eace3a794f4caf7b71449886c42d3537 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:32:24 +0100 Subject: [PATCH] docs --- crates/provider/src/builder.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/provider/src/builder.rs b/crates/provider/src/builder.rs index 7141e18fd45..98c7591a5dd 100644 --- a/crates/provider/src/builder.rs +++ b/crates/provider/src/builder.rs @@ -113,9 +113,8 @@ impl ProviderBuilder { /// Change the network. /// - /// By default, the network is invalid, and contains the unit type `()`. - /// This method MUST be called before the provider is built. The `client` - /// and `provider` methods only exist when the network is valid. + /// By default, the network is `Ethereum`. This method must be called to configure a different + /// network. /// /// ```rust,ignore /// builder.network::()