Skip to content

Commit a7118a7

Browse files
authored
Merge pull request #318 from rustaceanrob/signet-integration-node-3-28
Use new bitcoin park node
2 parents 841f41d + 21c878c commit a7118a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ async fn signet_syncs() {
644644
.into();
645645
let mut set = HashSet::new();
646646
set.insert(address);
647-
let host = (IpAddr::from(Ipv4Addr::new(68, 47, 229, 218)), None);
647+
let host = (IpAddr::from(Ipv4Addr::new(174, 50, 212, 60)), None);
648648
let builder = kyoto::builder::NodeBuilder::new(bitcoin::Network::Signet);
649649
let (node, client) = builder
650650
.add_peer(host)

0 commit comments

Comments
 (0)