From e1053b4a958750cd10b30496504a83c9313d7aa1 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 4 Jan 2014 11:54:39 -0600 Subject: [PATCH] Add P2sh field to DecodeScriptResult. --- jsonapi.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jsonapi.go b/jsonapi.go index 91ec2373..25d84e46 100644 --- a/jsonapi.go +++ b/jsonapi.go @@ -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.