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 39eceab commit 572e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/wallet/jsonrpc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type GetAddressIndexResult struct {
Index struct {
Major uint `json:"major"` // account index
Minor uint `json:"minor"` // subaddress index
} `json:"addresses"`
} `json:"index"`
}

type GetBalanceRequestParameters struct {
Expand Down

0 comments on commit 572e347

Please sign in to comment.