diff --git a/JSON.go b/JSON.go index 1797043..4bfdf36 100644 --- a/JSON.go +++ b/JSON.go @@ -283,7 +283,6 @@ type Vout struct { Value float64 `json:"value"` N int `json:"n"` ScriptPubKey ScriptPubKey `json:"scriptPubKey"` - Addresses []string `json:"addresses"` } // Vin represent an IN value