Add missing redeemScript to ListUnspentResult.

ok @jcvernaleo
This commit is contained in:
Josh Rickmar 2014-05-21 16:08:19 -05:00
parent 529036ec2b
commit 82e79619a5

View file

@ -331,6 +331,7 @@ type ListUnspentResult struct {
Address string `json:"address"` Address string `json:"address"`
Account string `json:"account"` Account string `json:"account"`
ScriptPubKey string `json:"scriptPubKey"` ScriptPubKey string `json:"scriptPubKey"`
RedeemScript string `json:"redeemScript,omitempty"`
Amount float64 `json:"amount"` Amount float64 `json:"amount"`
Confirmations int64 `json:"confirmations"` Confirmations int64 `json:"confirmations"`
} }