Skip to content

Commit

Permalink
Merge pull request #850 from kaleido-io/batch
Browse files Browse the repository at this point in the history
Remove unneeded BatchManager references
  • Loading branch information
nguyer authored Jun 20, 2022
2 parents 0ce90f5 + 8e2e6db commit 72747b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions internal/broadcast/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ type broadcastManager struct {
blockchain blockchain.Plugin
exchange dataexchange.Plugin
sharedstorage sharedstorage.Plugin
batch batch.Manager
syncasync syncasync.Bridge
batchpin batchpin.Submitter
maxBatchPayloadLength int64
Expand All @@ -90,7 +89,6 @@ func NewBroadcastManager(ctx context.Context, ns string, di database.Plugin, im
blockchain: bi,
exchange: dx,
sharedstorage: si,
batch: ba,
syncasync: sa,
batchpin: bp,
maxBatchPayloadLength: config.GetByteSize(coreconfig.BroadcastBatchPayloadLimit),
Expand Down
2 changes: 0 additions & 2 deletions internal/privatemessaging/privatemessaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ type privateMessaging struct {
identity identity.Manager
exchange dataexchange.Plugin
blockchain blockchain.Plugin
batch batch.Manager
data data.Manager
syncasync syncasync.Bridge
batchpin batchpin.Submitter
Expand Down Expand Up @@ -99,7 +98,6 @@ func NewPrivateMessaging(ctx context.Context, ns string, di database.Plugin, im
identity: im,
exchange: dx,
blockchain: bi,
batch: ba,
data: dm,
syncasync: sa,
batchpin: bp,
Expand Down

0 comments on commit 72747b7

Please sign in to comment.