fix missing semicolons

This commit is contained in:
cryptochangements34 2018-04-14 13:55:25 -05:00 committed by GitHub
parent df6adb4ab8
commit 9f8fee17eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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';
}
}