Skip to content

Commit

Permalink
feat: local mode in config
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Jan 6, 2025
1 parent 32b872a commit ac19db4
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 @@ -160,6 +160,7 @@ impl Client {
let peers_args = PeersArgs {
disable_mainnet_contacts: config.local,
addrs: config.peers.unwrap_or_default(),
local: config.local,
..Default::default()
};

Expand Down

0 comments on commit ac19db4

Please sign in to comment.