Skip to content

Commit

Permalink
Disregard op return for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Nov 23, 2019
1 parent 22a6fa1 commit 46ad6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ type ScriptPubKeyInfo struct {
Addresses []string `json:"addresses"`
Asm string `json:"asm"`
Hex string `json:"hex"`
OpReturn string `json:"opReturn"`
OpReturn string `json:"-"` // todo: support this (can be an object of key/vals based on the op return data)
ReqSigs int64 `json:"reqSigs"`
Type string `json:"type"`
}
Expand Down

0 comments on commit 46ad6b5

Please sign in to comment.