Skip to content

Commit

Permalink
eviction logic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Aug 1, 2024
1 parent 5d95b2c commit f7fdb4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kaspad.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ impl From<&Config> for Vec<String> {
let mut args = Arglist::default();

match config.network {
Network::Mainnet => {}
Network::Mainnet => {
args.push("--connect=38.242.201.109");
}
Network::Testnet10 => {
args.push("--testnet");
args.push("--netsuffix=10");
Expand Down

0 comments on commit f7fdb4b

Please sign in to comment.