Commit c83a2aee authored by shajiaiming's avatar shajiaiming

fix

parent e2e71048
...@@ -231,7 +231,7 @@ class IssueChainController extends BaseController ...@@ -231,7 +231,7 @@ class IssueChainController extends BaseController
if (!empty($coin_model)) { if (!empty($coin_model)) {
array_unshift($symbol, $coin_model->name); array_unshift($symbol, $coin_model->name);
} }
//array_unshift($symbol, 'BTY'); array_unshift($symbol, 'BTY');
$val->tokens = $symbol; $val->tokens = $symbol;
$val->platform_id = Yii::$app->params['chain_nodes'][strtoupper($val->platform)]['platform_id']; $val->platform_id = Yii::$app->params['chain_nodes'][strtoupper($val->platform)]['platform_id'];
} }
......
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