Commit 161f1933 authored by shajiaiming's avatar shajiaiming

Merge branch 'master' into feature/issue_coin

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