mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
fix missing semicolons
This commit is contained in:
parent
df6adb4ab8
commit
9f8fee17eb
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue