Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuri-su committed Dec 9, 2020
1 parent 961aa4d commit 1dd05bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exincore.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (e *EClient) CreateOrder(ctx context.Context, base, exchange, traceId strin
pack, _ := msgpack.Marshal(OrderAction)
memo := base64.StdEncoding.EncodeToString(pack)

err := bot.CreateTransfer(ctx, &bot.TransferInput{
_, err := bot.CreateTransfer(ctx, &bot.TransferInput{
AssetId: base,
RecipientId: exincoreBotUuid,
Amount: number.FromFloat(amount),
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/Kurisu-package/exincore-go
go 1.12

require (
github.com/MixinNetwork/bot-api-go-client v1.1.5
github.com/MixinNetwork/bot-api-go-client v1.2.0
github.com/MixinNetwork/go-number v0.0.0-20180814121220-f48e2574d9ef
github.com/MixinNetwork/mixin v0.9.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.6.1 // indirect
Expand Down

0 comments on commit 1dd05bb

Please sign in to comment.