Skip to content

Commit

Permalink
Merge pull request #19 from aemet93/patch-1
Browse files Browse the repository at this point in the history
Update models.go
  • Loading branch information
MarinX authored Dec 12, 2023
2 parents 86b6789 + bc7b855 commit 1befe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ type ValidateAddressResponse struct {
// Specifies which of the three Monero networks (mainnet, stagenet, and testnet) the address belongs to.
Nettype string `json:"nettype"`
// True if the address is OpenAlias-formatted.
OpenaliasAddress bool `json:"openalias_address"`
OpenaliasAddress string `json:"openalias_address"`
}

// GetAccountsRequest represents the request model for GetAccounts
Expand Down

0 comments on commit 1befe13

Please sign in to comment.