Skip to content

Commit 5cbd283

Browse files
committed
primitives - config - rename to ethereum_adapter_relayer
1 parent 1e1730a commit 5cbd283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub struct Config {
4040
#[serde(with = "SerHex::<StrictPfx>")]
4141
pub ethereum_core_address: [u8; 20],
4242
pub ethereum_network: String,
43-
pub ethereum_adapter_relay: String,
43+
pub ethereum_adapter_relayer: String,
4444
pub validators_whitelist: Vec<ValidatorId>,
4545
}
4646

0 commit comments

Comments
 (0)