diff --git a/webapp/controller/FirstTopupController.class.php b/webapp/controller/FirstTopupController.class.php index b2c5f5ac..23df2166 100644 --- a/webapp/controller/FirstTopupController.class.php +++ b/webapp/controller/FirstTopupController.class.php @@ -20,11 +20,11 @@ class FirstTopupController extends BaseAuthedController { $complete = false; - $address = myself()->_getAddress(); - if (!$address) { - $this->_rspErr(1, 'you have not a web3 address'); - return; - } + // $address = myself()->_getAddress(); + // if (!$address) { + // $this->_rspErr(1, 'you have not a web3 address'); + // return; + // } $conn = myself()->_getMysql('');