Skip to content

Commit

Permalink
add name to withdraw api
Browse files Browse the repository at this point in the history
  • Loading branch information
tranvictor committed Dec 6, 2017
1 parent f1f3a6b commit 1af70f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchange/binance/binance_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ func (self *BinanceEndpoint) Withdraw(token common.Token, amount *big.Int, addre
map[string]string{
"asset": token.ID,
"address": address.Hex(),
"name": "reserve",
"amount": strconv.FormatFloat(common.BigToFloat(amount, token.Decimal), 'f', -1, 64),
},
true,
Expand Down

0 comments on commit 1af70f5

Please sign in to comment.