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