Commit 625aef2e authored by shajiaiming's avatar shajiaiming

fix

parent 65bdbfce
...@@ -355,7 +355,7 @@ class CoinController extends BaseController ...@@ -355,7 +355,7 @@ 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';
$platform_with_hold['tokensymbol'] = $platform; $platform_with_hold['tokensymbol'] = $coin_name;
$platform_with_hold['fee'] = 0; $platform_with_hold['fee'] = 0;
} else { } else {
$platform_with_hold['exer'] = 'user.p.'. $platform .'.coins'; $platform_with_hold['exer'] = 'user.p.'. $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