Skip to content

Commit

Permalink
Merge pull request #241 from bubafistah/swap_rpc
Browse files Browse the repository at this point in the history
Add testnet seednode
  • Loading branch information
bubafistah authored Oct 3, 2022
2 parents 01b5fa7 + 0baad27 commit 556c0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cryptonote_core/swap_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define SWAP_ADDRESS_ENCRYPTION_PUB_KEY "f2de2998375bd562ca98a2f9b576fa0f659651fc15b557c4d411e0004a47df24"
#define SWAP_ADDRESS_ENCRYPTION_SEC_KEY "72ae3e7de47bbb5af78ed6608a1eabe77a2429c385d28e708c01afaa82737900"

#define SWAP_WALLET "TixxsGTkkhyKydNiptoWW8fNkoHiwfvQDPbqPxWwt6VVKJnu59mmSAEGh2ezTLfXZhVAfrJwV7AT3YGXtzTf7H8r9p32qm7UZP"
#define SWAP_WALLET "TixxeiMKTbVHyUwFGt1xHTbsdCzGofR1yXy5pQRN3v2uBn4vZEfjjojJV9afyE7a6vSHNxpWHMnwxdb5iCqLGR5J4WSiv6NTBf"

#endif

Expand Down
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ namespace nodetool
std::set<std::string> full_addrs;
if (testnet)
{
full_addrs.insert("88.99.61.2:38772"); // seed.lethean.io
full_addrs.insert("195.201.207.40:38772");
}
else
{
Expand Down

0 comments on commit 556c0a3

Please sign in to comment.