Skip to content

Commit

Permalink
Update example to use mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 17, 2024
1 parent 39b059a commit 9284fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-client/examples/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async fn main() -> anyhow::Result<()> {
let (client, mut receiver) = Client::new(
tls_connector,
ClientOptions {
network: Network::testnet11(),
network: Network::mainnet(),
target_peers: 20,
connection_concurrency: 10,
node_type: NodeType::Wallet,
Expand Down

0 comments on commit 9284fb3

Please sign in to comment.