Skip to content

Commit ca67465

Browse files
authored
fix: a theory (#51)
* fix: a theory * fix: better comment
1 parent b0dd938 commit ca67465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub struct BuilderConfig {
5252
/// URL for the Rollup RPC node.
5353
pub ru_rpc_url: Cow<'static, str>,
5454
/// Additional RPC URLs to which to broadcast transactions.
55+
/// NOTE: should not include the host_rpc_url value
5556
pub tx_broadcast_urls: Vec<Cow<'static, str>>,
5657
/// address of the Zenith contract on Host.
5758
pub zenith_address: Address,

0 commit comments

Comments
 (0)