Add P2sh field to DecodeScriptResult.
This commit is contained in:
parent
f78d054700
commit
e1053b4a95
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ type DecodeScriptResult struct {
|
|||
ReqSigs int `json:"reqSigs,omitempty"`
|
||||
Type string `json:"type"`
|
||||
Addresses []string `json:"addresses,omitempty"`
|
||||
P2sh string `json:"p2sh"`
|
||||
}
|
||||
|
||||
// TxRawResult models the data from the getrawtransaction command.
|
||||
|
|
Loading…
Reference in a new issue