Skip to content

Commit

Permalink
Merge pull request #101 from gfanton/fix/missing-entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton authored Mar 30, 2022
2 parents a15cec2 + 13b56f6 commit 625b0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func NewEventReplicated(addr address.Address, entries []ipfslog.Entry, logLength
return EventReplicated{
Address: addr,
LogLength: logLength,
Entries: entries,
}
}

Expand Down

0 comments on commit 625b0c6

Please sign in to comment.