mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
Use non-pruned nodes in verify-chain
This commit is contained in:
@@ -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![];
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user