add comment.

This commit is contained in:
Raúl Kripalani 2020-08-11 13:10:22 +01:00
parent bca516b028
commit 5e2c28d7e9

View File

@ -43,7 +43,9 @@ type ClientNodeAdapter struct {
fm *market.FundMgr
ev *events.Events
jrnl journal.Journal
jrnl journal.Journal
// index 0 is unused, as it corresponds to evtTypeDealAccepted, a provider-only event.
evtTypes [4]journal.EventType
}