beldur/kraken-go-api-client

Change RefID to string

LuSaxy opened this issue · 0 comments

Hi, in types.go - the RefID for withdrawals was int but kraken returns a string. code should be:

type WithdrawResponse struct {
RefID string json:"refid"
}