Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
d399c9e1
Commit
d399c9e1
authored
Mar 31, 2020
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e6bf216b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
ExchangeBusiness.php
common/business/ExchangeBusiness.php
+15
-15
Chain33Service.php
common/service/chain33/Chain33Service.php
+1
-1
No files found.
common/business/ExchangeBusiness.php
View file @
d399c9e1
...
...
@@ -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'
,
...
...
common/service/chain33/Chain33Service.php
View file @
d399c9e1
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment