Commit d399c9e1 authored by shajiaiming's avatar shajiaiming

fix

parent e6bf216b
......@@ -26,21 +26,21 @@ class ExchangeBusiness
* @var array
*/
private static $exchanges = [
// 0 => 'Bty',
// 1 => 'HuoBi',
// 2 => 'Hadax',
// 3 => 'Bitfinex',
// 4 => 'Bittrex',
// 5 => 'Zb',
// 6 => 'Token7',
// 7 => 'Zg',
// 8 => 'Go',
// 9 => 'Zhaobi',
// 10 => 'Ex',
// 11 => 'Zt',
// 12 => 'Tsc',
// 13 => 'Binance',
// 14 => 'Bilaxy',
0 => 'Bty',
1 => 'HuoBi',
2 => 'Hadax',
3 => 'Bitfinex',
4 => 'Bittrex',
5 => 'Zb',
6 => 'Token7',
7 => 'Zg',
8 => 'Go',
9 => 'Zhaobi',
10 => 'Ex',
11 => 'Zt',
12 => 'Tsc',
13 => 'Binance',
14 => 'Bilaxy',
15 => 'Bitnasdaq',
16 => 'Dag',
17 => 'Coinka',
......
......@@ -203,7 +203,7 @@ class Chain33Service
return $this->send($params, 'Chain33.CreateRawTransaction');
}
public function createRawTransaction($to, $amount, $fee, $note, $execer, $tokenSymbol = '')
public function createRawTransaction($to, $amount, $fee, $note, $execer)
{
$params = [
"to" => $to,
......
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