Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from fereidani/patch-1
Browse files Browse the repository at this point in the history
fix invalid tab character in json field name
  • Loading branch information
hhxsv5 authored Oct 9, 2021
2 parents 03944cb + 6c7502d commit ce0391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type CurrencyModel struct {
FullName string `json:"fullName"`
Precision uint8 `json:"precision"`
Confirms int64 `json:"confirms"`
ContractAddress string `json:"contractAddress "`
ContractAddress string `json:"contractAddress"`
WithdrawalMinSize string `json:"withdrawalMinSize"`
WithdrawalMinFee string `json:"withdrawalMinFee"`
IsWithdrawEnabled bool `json:"isWithdrawEnabled"`
Expand Down

0 comments on commit ce0391c

Please sign in to comment.