Skip to content

Commit a6b8825

Browse files
committed
fixed handling
1 parent 1c8bb66 commit a6b8825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitflyer/bitflyer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (self *Bitflyer) GetRates(targets []string) (map[string]*Rate, error) {
5656
return nil, errorUnmarshal(ret)
5757
}
5858
if err := r.parseFix(); err != nil {
59-
return nil, err
59+
return nil, errorUnmarshal(ret)
6060
}
6161

6262
rates[target] = r

0 commit comments

Comments
 (0)