Commit 092cb902 authored by shajiaming's avatar shajiaming

Merge branch 'feature/issue_coin' into develop

parents 2b52d11e ced55c07
...@@ -370,7 +370,7 @@ class IssueChainTransferController extends Controller ...@@ -370,7 +370,7 @@ class IssueChainTransferController extends Controller
return 0; return 0;
} }
public function actionAsynCoin() public function actionAsyncCoin()
{ {
$chains = WalletChain::find()->select('host, platform') $chains = WalletChain::find()->select('host, platform')
->where(['status' => 1, 'origin' => WalletChain::ORIGIN_USER]) ->where(['status' => 1, 'origin' => WalletChain::ORIGIN_USER])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment