Skip to content

Commit 625b0c6

Browse files
authored
Merge pull request #101 from gfanton/fix/missing-entries
2 parents a15cec2 + 13b56f6 commit 625b0c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/events.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func NewEventReplicated(addr address.Address, entries []ipfslog.Entry, logLength
6262
return EventReplicated{
6363
Address: addr,
6464
LogLength: logLength,
65+
Entries: entries,
6566
}
6667
}
6768

0 commit comments

Comments
 (0)