Skip to content

Commit

Permalink
fix(autonomi): use default EvmNetwork in init
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Dec 16, 2024
1 parent dc1054f commit a3ed778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autonomi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ impl Client {
Ok(Self {
network,
client_event_sender: Arc::new(None),
evm_network: Default::default(),
})
}

Expand Down

0 comments on commit a3ed778

Please sign in to comment.