From f5da920e2b4ea69afa58184f0c46da3f79442357 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 13:20:55 +0800 Subject: [PATCH] ... --- webapp/controller/FirstTopupController.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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('');