We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6e33b commit 66086e4Copy full SHA for 66086e4
src/config.rs
@@ -47,7 +47,7 @@ pub struct BuilderConfig {
47
#[from_env(var = "HOST_RPC_URL", desc = "URL for Host RPC node", infallible)]
48
pub host_rpc_url: Cow<'static, str>,
49
/// URL for the Rollup RPC node.
50
- #[from_env(var = "ROLLUP_RPC_URL", desc = "URL for Host RPC node", infallible)]
+ #[from_env(var = "ROLLUP_RPC_URL", desc = "URL for Rollup RPC node", infallible)]
51
pub ru_rpc_url: Cow<'static, str>,
52
/// Additional RPC URLs to which to broadcast transactions.
53
/// NOTE: should not include the host_rpc_url value
0 commit comments