Skip to content

Commit

Permalink
Adds strdzeel to rawtransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Tudor committed Mar 1, 2020
1 parent 2d62cf2 commit aaf794e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ type RawTransaction struct {
VSize uint64 `json:"vsize"`
Version uint32 `json:"version"`
LockTime uint32 `json:"locktime"`
AnonDestination string `json:"anon-destination"`
Strdzeel string `json:"strdzeel,omitempty"`
AnonDestination string `json:"anon-destination,omitempty"`
Vin []Vin `json:"vin"`
Vout []Vout `json:"vout"`
BlockHash string `json:"blockhash,omitempty"`
Expand Down

0 comments on commit aaf794e

Please sign in to comment.