Skip to content

Commit

Permalink
Removed wrong Addresses field
Browse files Browse the repository at this point in the history
  • Loading branch information
ordishs committed Sep 11, 2019
1 parent 846fa72 commit 7535b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JSON.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7535b00

Please sign in to comment.