semicolon
This commit is contained in:
parent
5b1abb0c9d
commit
b6f9424569
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ class MainController extends AppController {
|
|||
|
||||
public function apiutxosupply() {
|
||||
$this->autoRender = false;
|
||||
$this->loadModel('Addresses')
|
||||
$this->loadModel('Addresses');
|
||||
|
||||
$circulating = 0;
|
||||
$reservedcommunity = 0;
|
||||
|
|
Loading…
Reference in a new issue