Skip to content

Commit

Permalink
change default ip in the light node for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-bitcoin committed Nov 24, 2024
1 parent be45ff7 commit 235710c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/format.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

function default_ip() {
return("159.223.85.216");
//return("159.223.85.216");
return("64.227.21.70");
//return("0.0.0.0");//for testing
};

Expand Down

0 comments on commit 235710c

Please sign in to comment.