From 6f1272e767f3a02845d7189a619371c2aab8fb98 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 27 May 2015 11:16:19 -0400 Subject: [PATCH] btcjson: Add spendable to listunspent result. --- btcjson/walletsvrresults.go | 1 + 1 file changed, 1 insertion(+) diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index 91c80682..2f7d80c6 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.go @@ -113,6 +113,7 @@ type ListUnspentResult struct { RedeemScript string `json:"redeemScript,omitempty"` Amount float64 `json:"amount"` Confirmations int64 `json:"confirmations"` + Spendable bool `json:"spendable"` } // SignRawTransactionError models the data that contains script verification