diff --git a/monero/library.php b/monero/library.php index d62dfd2..f1cf6d3 100644 --- a/monero/library.php +++ b/monero/library.php @@ -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'; } }