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 2498c39 commit b9662f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ type DepositHistory struct {

// The identifier for this deposit. If you did not set a ID when you made this deposit, this parameter is not included in the response.
//
// NOTICE: digital curreny only
// NOTICE: digital currency only
PaymentId string `json:"paymentId"`

// The ID for this transaction on the blockchain.
//
// NOTICE: digital curreny only
// NOTICE: digital currency only
TxId string `json:"txId"`

// The transaction fee you paid to deposit amount of symbol on Bitvavo.
Expand All @@ -100,7 +100,7 @@ type DepositHistory struct {
// completed - amount of symbol has been added to your balance on Bitvavo.
// canceled - this deposit could not be completed.
//
// NOTICE: fiat curreny only
// NOTICE: fiat currency only
Status string `json:"status"`
}

Expand Down

0 comments on commit b9662f6

Please sign in to comment.