mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Testnet, Mark III
This commit is contained in:
parent
4e6e3293ff
commit
feeb761ba0
3 changed files with 5 additions and 7 deletions
|
|
@ -291,8 +291,8 @@ void ThreadIRCSeed2(void* parg)
|
|||
}
|
||||
|
||||
if (fTestNet) {
|
||||
Send(hSocket, "JOIN #bitcoinTEST\r");
|
||||
Send(hSocket, "WHO #bitcoinTEST\r");
|
||||
Send(hSocket, "JOIN #bitcoinTEST3\r");
|
||||
Send(hSocket, "WHO #bitcoinTEST3\r");
|
||||
} else {
|
||||
// randomly join #bitcoin00-#bitcoin99
|
||||
int channel_number = GetRandInt(100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue