Skip to content

Commit

Permalink
Fix GetAddressIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
duggavo committed Aug 21, 2023
1 parent 85421d9 commit 39eceab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/wallet/jsonrpc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type GetAddressResult struct {
}
type GetAddressIndexResult struct {
Index struct {
Major uint `json:"address"` // account index
Minor uint `json:"address_index"` // subaddress index
Major uint `json:"major"` // account index
Minor uint `json:"minor"` // subaddress index
} `json:"addresses"`
}

Expand Down

0 comments on commit 39eceab

Please sign in to comment.