Skip to content

Commit

Permalink
fix: add evm_network field to ClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Jan 7, 2025
1 parent 2212363 commit a6e75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl Client {
Ok(Self {
network,
client_event_sender: Arc::new(None),
evm_network: Default::default(),
evm_network: config.evm_network,
})
}

Expand Down

0 comments on commit a6e75cb

Please sign in to comment.