mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 15:10:59 +00:00
qa/spelling: Add Codespell support (#1121)
* Add codespell support * Fix paths * Add HTML files to exclusion list
This commit is contained in:
@@ -401,7 +401,7 @@ type FuturesNotificationData struct {
|
||||
Priority string `json:"priority"`
|
||||
Note string `json:"note"`
|
||||
EffectiveTime string `json:"effectiveTime"`
|
||||
} `json:"notifcations"`
|
||||
} `json:"notifications"`
|
||||
ServerTime string `json:"serverTime"`
|
||||
}
|
||||
|
||||
|
||||
@@ -1178,7 +1178,7 @@ func (k *Kraken) WithdrawStatus(ctx context.Context, c currency.Code, method str
|
||||
return response.Result, GetError(response.Error)
|
||||
}
|
||||
|
||||
// WithdrawCancel sends a withdrawal cancelation request
|
||||
// WithdrawCancel sends a withdrawal cancellation request
|
||||
func (k *Kraken) WithdrawCancel(ctx context.Context, c currency.Code, refID string) (bool, error) {
|
||||
var response struct {
|
||||
Error []string `json:"error"`
|
||||
|
||||
Reference in New Issue
Block a user