Skip to content

Commit

Permalink
Merge pull request #23 from wocorpse/fixbug
Browse files Browse the repository at this point in the history
correct QueryDepositWithdrawResponse error id json mapping
  • Loading branch information
eynzhang authored Sep 29, 2020
2 parents d6fb426 + a3d8548 commit c15252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/wallet/querydepositwithdrawresponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type QueryDepositWithdrawResponse struct {
Data []DepositWithdraw `json:"data"`
}
type DepositWithdraw struct {
Id int64 `json:"status"`
Id int64 `json:"id"`
Type string `json:"type"`
Currency string `json:"currency"`
TxHash string `json:"tx-hash"`
Expand Down

0 comments on commit c15252b

Please sign in to comment.