Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Oct 4, 2024
1 parent 44cd232 commit bd5286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ lazy_static! {
DEFAULT_ETHEREUM_KEY.to_string()
}
};
fmt.println!("GATEWAY_PROXY_CONTRACT: {}", env::var("GATEWAY_PROXY_CONTRACT").unwrap());
println!("GATEWAY_PROXY_CONTRACT: {}", env::var("GATEWAY_PROXY_CONTRACT").unwrap());
pub static ref GATEWAY_PROXY_CONTRACT: [u8; 20] = {
if let Ok(val) = env::var("GATEWAY_PROXY_CONTRACT") {
<[u8; 20]>::from_hex(val).unwrap()
Expand Down

0 comments on commit bd5286d

Please sign in to comment.