Rename reqSig to reqSigs

Match bitcoin json name better.

Closes #9
This commit is contained in:
John C. Vernaleo 2013-11-22 08:48:02 -05:00
parent fa2bf4423e
commit 7397dd6896

View file

@ -106,7 +106,7 @@ type Vout struct {
ScriptPubKey struct { ScriptPubKey struct {
Asm string `json:"asm"` Asm string `json:"asm"`
Hex string `json:"hex"` Hex string `json:"hex"`
ReqSig int `json:"reqSig"` ReqSigs int `json:"reqSigs"`
Type string `json:"type"` Type string `json:"type"`
Addresses []string `json:"addresses"` Addresses []string `json:"addresses"`
} `json:"scriptPubKey"` } `json:"scriptPubKey"`