fix missing semicolons
This commit is contained in:
parent
df6adb4ab8
commit
9f8fee17eb
@ -327,11 +327,11 @@ class NodeTools
|
|||||||
{
|
{
|
||||||
if(!testnet)
|
if(!testnet)
|
||||||
{
|
{
|
||||||
$this->url = 'https://xmrchain.net'
|
$this->url = 'https://xmrchain.net';
|
||||||
}
|
}
|
||||||
if(testnet)
|
if(testnet)
|
||||||
{
|
{
|
||||||
$this->url = 'https://testnet.xmrchain.net'
|
$this->url = 'https://testnet.xmrchain.net';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user