fix missing semicolons

monerowp
cryptochangements34 6 years ago committed by GitHub
parent df6adb4ab8
commit 9f8fee17eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,11 +327,11 @@ class NodeTools
{
if(!testnet)
{
$this->url = 'https://xmrchain.net'
$this->url = 'https://xmrchain.net';
}
if(testnet)
{
$this->url = 'https://testnet.xmrchain.net'
$this->url = 'https://testnet.xmrchain.net';
}
}

Loading…
Cancel
Save