We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8bb66 commit a6b8825Copy full SHA for a6b8825
bitflyer/bitflyer.go
@@ -56,7 +56,7 @@ func (self *Bitflyer) GetRates(targets []string) (map[string]*Rate, error) {
56
return nil, errorUnmarshal(ret)
57
}
58
if err := r.parseFix(); err != nil {
59
- return nil, err
+ return nil, errorUnmarshal(ret)
60
61
62
rates[target] = r
0 commit comments