File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ namespace cryptonote
206
206
207
207
if (nettype == TESTNET)
208
208
{
209
+ ADD_CHECKPOINT (0 , " eb093694aef3a0fba15e64ff70260d04b65dfbf7b198e54936e99c9151c53e72" );
210
+ ADD_CHECKPOINT (10 , " fe03ce34b48581701b89b336917fab1155be4ef26d8fc3558e0cf83a2734eb5c" );
211
+ ADD_CHECKPOINT (15 , " a7a55845d4965e5b07746ba67a4f73f615b550cd1ec3be762fda003f89b6b0f0" );
209
212
}
210
213
211
214
if (nettype == STAGENET)
Original file line number Diff line number Diff line change @@ -606,12 +606,10 @@ namespace nodetool
606
606
{
607
607
/* Wanna be a testnet node seed? Contact hayzam on discord */
608
608
full_addrs.insert (" 65.21.221.2:22821" ); /* Scala's Official Testnet node */
609
- full_addrs.insert (" 46.4.116.181 :22821" ); /* Hayzam's Node */
609
+ full_addrs.insert (" 167.235.151.213 :22821" ); /* Hayzam's Testnet Node */
610
610
}
611
611
else if (nettype == cryptonote::STAGENET)
612
- {
613
- full_addrs.insert (" 46.4.116.181:38080" );
614
- }
612
+ {}
615
613
else if (nettype == cryptonote::FAKECHAIN)
616
614
{}
617
615
else
You can’t perform that action at this time.
0 commit comments