Skip to content

Commit 66086e4

Browse files
prestwichdylanlott
andauthored
Update config.rs
Co-authored-by: dylan <dylan@init4.technology>
1 parent 9b6e33b commit 66086e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct BuilderConfig {
4747
#[from_env(var = "HOST_RPC_URL", desc = "URL for Host RPC node", infallible)]
4848
pub host_rpc_url: Cow<'static, str>,
4949
/// URL for the Rollup RPC node.
50-
#[from_env(var = "ROLLUP_RPC_URL", desc = "URL for Host RPC node", infallible)]
50+
#[from_env(var = "ROLLUP_RPC_URL", desc = "URL for Rollup RPC node", infallible)]
5151
pub ru_rpc_url: Cow<'static, str>,
5252
/// Additional RPC URLs to which to broadcast transactions.
5353
/// NOTE: should not include the host_rpc_url value

0 commit comments

Comments
 (0)