Commit 45fb4cad authored by shajiaiming's avatar shajiaiming

fix

parent e4d7235d
......@@ -363,7 +363,7 @@ class CoinController extends BaseController
$platform_with_hold['private_key'] = $des->encrypt($platform_with_hold['private_key']);
if (1 == $coin_info['treaty']) {
$platform_with_hold['exer'] = 'user.p.' . $platform . '.token';
if ('BTY' == strtoupper($platform)) {
if ('BTY' !== strtoupper($platform)) {
$platform_with_hold['tokensymbol'] = $platform.'.'.$coin_name;
} else {
$platform_with_hold['tokensymbol'] = $coin_name;
......
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