Use non-pruned nodes in verify-chain

This commit is contained in:
Luke Parker
2024-07-17 06:54:26 -04:00
parent e772b8a5f7
commit 149c2a4437
2 changed files with 7 additions and 4 deletions

View File

@@ -225,9 +225,8 @@ async fn main() {
// Read further args as RPC URLs
let default_nodes = vec![
// "http://xmr-node.cakewallet.com:18081".to_string(),
"http://node.tools.rino.io:18081".to_string(),
// "https://node.sethforprivacy.com".to_string(),
"http://xmr-node-uk.cakewallet.com:18081".to_string(),
"http://xmr-node-eu.cakewallet.com:18081".to_string(),
];
let mut specified_nodes = vec![];
{