Skip to content

Commit

Permalink
example: update peer list
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Jun 10, 2024
1 parent df5aaa8 commit d90f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/signet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async fn main() {
.unwrap();
let addresses = vec![address];
// Add preferred peers to connect to
let peer = IpAddr::V4(Ipv4Addr::new(170, 75, 163, 219));
let peer = IpAddr::V4(Ipv4Addr::new(95, 217, 198, 121));
let peer_2 = IpAddr::V4(Ipv4Addr::new(23, 137, 57, 100));
// Create a new node builder
let builder = NodeBuilder::new(bitcoin::Network::Signet);
Expand Down

0 comments on commit d90f468

Please sign in to comment.