Skip to content

Commit

Permalink
bootstrap: consensusclient
Browse files Browse the repository at this point in the history
  • Loading branch information
cheggaaa committed Feb 15, 2024
1 parent 415c5b3 commit c47c54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/coordinator/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

"github.com/anyproto/any-sync/app"
"github.com/anyproto/any-sync/app/logger"
"github.com/anyproto/any-sync/consensus/consensusclient"
"github.com/anyproto/any-sync/metric"
"github.com/anyproto/any-sync/net/peerservice"
"github.com/anyproto/any-sync/net/pool"
Expand Down Expand Up @@ -119,6 +120,7 @@ func Bootstrap(a *app.App) {
Register(server.New()).
Register(coordinatorlog.New()).
Register(spacestatus.New()).
Register(consensusclient.New()).
Register(acl.New()).
Register(filelimit.New()).
Register(identityrepo.New()).
Expand Down

0 comments on commit c47c54d

Please sign in to comment.