From 7397dd68964bc8e7e5dd502f9969d6dfdc367dc6 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Fri, 22 Nov 2013 08:48:02 -0500 Subject: [PATCH] Rename reqSig to reqSigs Match bitcoin json name better. Closes #9 --- jsonapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonapi.go b/jsonapi.go index 9ecd5b01..0429493d 100644 --- a/jsonapi.go +++ b/jsonapi.go @@ -106,7 +106,7 @@ type Vout struct { ScriptPubKey struct { Asm string `json:"asm"` Hex string `json:"hex"` - ReqSig int `json:"reqSig"` + ReqSigs int `json:"reqSigs"` Type string `json:"type"` Addresses []string `json:"addresses"` } `json:"scriptPubKey"`