Skip to content

Commit

Permalink
refactor(ARCO-312): Rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Jan 15, 2025
1 parent 3111082 commit 15414b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions internal/blocktx/integration_test/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ func setupSut(t *testing.T, dbInfo string) (*blocktx.Processor, *blocktx.PeerHan
}
mqClient := nats_core.New(mockNatsConn, nats_core.WithLogger(logger))

//mqClient := &mocks.MessageQueueClientMock{
// PublishMarshalFunc: func(ctx context.Context, topic string, m proto.Message) error {
// serialized := &blocktx_api.TransactionBlock{}
// err := proto.Unmarshal(m, serialized)
// require.NoError(t, err)
//
// publishedTxsCh <- m
// return nil
// },
//}

p2pMsgHandler := blocktx.NewPeerHandler(logger, nil, blockProcessCh)
processor, err := blocktx.NewProcessor(
logger,
Expand Down

0 comments on commit 15414b3

Please sign in to comment.