fix json value (woops)
This commit is contained in:
parent
e8b93e3bb1
commit
bdf6240ed8
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ type UTXOListResponse struct {
|
|||
Confirmations int `json:"confirmations"`
|
||||
Height int `json:"height"`
|
||||
IsInternalTransfer bool `json:"is_internal_transfer"`
|
||||
IsMyInput bool `json:"is_internal_transfer"`
|
||||
IsMyInput bool `json:"is_my_input"`
|
||||
IsMyOutput bool `json:"is_my_output"`
|
||||
IsSpent bool `json:"is_spent"`
|
||||
Nout int `json:"nout"`
|
||||
|
|
Loading…
Reference in a new issue