fix json value (woops)

This commit is contained in:
Niko Storni 2020-04-01 04:26:27 +02:00
parent e8b93e3bb1
commit bdf6240ed8

View file

@ -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"`