Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jul 18, 2023
2 parents 30a7ba0 + d6d6b99 commit 7edc9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func (node *Node) handleEvent(message *messaging.PocketEnvelope) error {
err_ibc := node.GetBus().GetIBCModule().HandleEvent(message.Content)
// TODO: Remove this lib once we move to Go 1.2
return multierr.Combine(err_p2p, err_ibc, err_consensus)

case messaging.StateMachineTransitionEventType:
err_consensus := node.GetBus().GetConsensusModule().HandleEvent(message.Content)
err_p2p := node.GetBus().GetP2PModule().HandleEvent(message.Content)
Expand Down

0 comments on commit 7edc9eb

Please sign in to comment.