Skip to content

Commit

Permalink
Merge pull request #106 from SiaFoundation/nate/add-event-confirmations
Browse files Browse the repository at this point in the history
Add confirmations field to events
  • Loading branch information
lukechampine authored Oct 17, 2024
2 parents 9a2654c + 0b49464 commit 6be904a
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 6be904a

Please sign in to comment.