Skip to content

Commit

Permalink
Update runtime/events.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Craelius <aaron@regen.network>
  • Loading branch information
tac0turtle and aaronc committed Mar 28, 2023
1 parent dc8947d commit 30335eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (e Events) EmitKV(ctx context.Context, eventType string, attrs ...event.Att
}

// Emit emits an typed event that is defined in the protobuf file.
// In the future these events will be added to consensus
// These events will not be added to consensus.
func (e Events) EmitNonConsensus(ctx context.Context, event protoiface.MessageV1) error {

return e.EventManagerI.EmitTypedEvent(event)
Expand Down

0 comments on commit 30335eb

Please sign in to comment.