Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nate/rhp4
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Oct 22, 2024
2 parents fac5183 + d60e3e7 commit 9eb661e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type (
Event struct {
ID types.Hash256 `json:"id"`
Index types.ChainIndex `json:"index"`
Confirmations uint64 `json:"confirmations"`
Type string `json:"type"`
Data EventData `json:"data"`
MaturityHeight uint64 `json:"maturityHeight"`
Expand Down

0 comments on commit 9eb661e

Please sign in to comment.