Add missing redeemScript to ListUnspentResult.
ok @jcvernaleo
This commit is contained in:
parent
529036ec2b
commit
82e79619a5
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ type ListUnspentResult struct {
|
|||
Address string `json:"address"`
|
||||
Account string `json:"account"`
|
||||
ScriptPubKey string `json:"scriptPubKey"`
|
||||
RedeemScript string `json:"redeemScript,omitempty"`
|
||||
Amount float64 `json:"amount"`
|
||||
Confirmations int64 `json:"confirmations"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue