Skip to content

Commit

Permalink
Merge pull request #86 from anyproto/GO-3072-acl-add-record-wakeups-s…
Browse files Browse the repository at this point in the history
…pace

fix: bootstrap add nodeclient
  • Loading branch information
cheggaaa authored Mar 26, 2024
2 parents b626103 + 2ba60f0 commit fd40cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/any-sync-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/anyproto/any-sync/net/streampool"
"github.com/anyproto/any-sync/net/transport/quic"
"github.com/anyproto/any-sync/net/transport/yamux"
"github.com/anyproto/any-sync/node/nodeclient"
"github.com/anyproto/any-sync/nodeconf"
"github.com/anyproto/any-sync/nodeconf/nodeconfstore"

Expand Down Expand Up @@ -130,6 +131,7 @@ func Bootstrap(a *app.App) {
Register(peerservice.New()).
Register(pool.New()).
Register(streampool.New()).
Register(nodeclient.New()).
Register(consensusclient.New()).
Register(nodehead.New()).
Register(nodecache.New(200)).
Expand Down

0 comments on commit fd40cd2

Please sign in to comment.