Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed Apr 21, 2023
1 parent 01d2cb6 commit a53e57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mempool/reactor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func setupReactors(ctx context.Context, t *testing.T, logger log.Logger, numNode
mempool,
func(ctx context.Context) *p2p.PeerUpdates { return rts.peerUpdates[nodeID] },
)
rts.reactors[nodeID].MarkReadyToStart()
rts.reactors[nodeID].SetChannel(rts.mempoolChannels[nodeID])
rts.nodes = append(rts.nodes, nodeID)

Expand Down

0 comments on commit a53e57c

Please sign in to comment.