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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Mar 10, 2024
1 parent 82e4409 commit 2498c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/httpclientauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type HttpClientAuth interface {
// Optionally provide extra params (see: WithdrawalHistoryParams)
GetWithdrawalHistory(params ...OptionalParams) ([]types.WithdrawalHistory, error)

// NewWithdrawal requests a withdrawal to an external cryptocurrency address or verified bank account.
// Withdraw requests a withdrawal to an external cryptocurrency address or verified bank account.
// Please note that 2FA and address confirmation by e-mail are disabled for API withdrawals.
Withdraw(symbol string, amount float64, address string, withdrawal types.Withdrawal) (types.WithDrawalResponse, error)
}
Expand Down

0 comments on commit 2498c39

Please sign in to comment.