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
$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';
$platform_with_hold['tokensymbol'] = $coin_name;
if ('BTY' !== strtoupper($platform)) {
$platform_with_hold['tokensymbol'] = $platform.'.'.$coin_name;
} else {
$platform_with_hold['tokensymbol'] = $coin_name;
}
} else {
$platform_with_hold['exer'] = 'user.p.' . $platform . '.coins';
$platform_with_hold['tokensymbol'] = $platform . '.coins';
......
......@@ -239,4 +239,4 @@ class CrossChainController extends Controller
// }
// return $result;
}
}
\ No newline at end of file
}
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