From bdf6240ed85271ca2f01ba5cce9cc49be28b9ca5 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 1 Apr 2020 04:26:27 +0200 Subject: [PATCH] fix json value (woops) --- extras/jsonrpc/daemon_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/jsonrpc/daemon_types.go b/extras/jsonrpc/daemon_types.go index b9e34d7..c0b41a2 100644 --- a/extras/jsonrpc/daemon_types.go +++ b/extras/jsonrpc/daemon_types.go @@ -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"`