Commit 7dce0747 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

fix See merge request !288
parents 199bac7c 0d277446
......@@ -212,7 +212,9 @@ class FlashController extends BaseController
'min_fee' => $result['min_fee'] ?? '',
'fee_percent' => $result['fee_percent'] ?? '',
'sort' => $result['sort'] ?? '',
'market_price_float' => $result['market_price_float'] ?? ''
'market_price_float' => $result['market_price_float'] ?? '',
'from_market_price_source' => $result['from_market_price_source'] ?? '',
'to_market_price_source' => $result['to_market_price_source'] ?? ''
];
$appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null;
$appSecret = isset($node_params['appSecret']) ? $node_params['appSecret'] : null;
......
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