Commit d399c9e1 authored by shajiaiming's avatar shajiaiming

fix

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