Skip to content

Commit

Permalink
Merge pull request #40 from anyproto/GO-2053-fix-node-crash
Browse files Browse the repository at this point in the history
GO-2053: Fix node crash
  • Loading branch information
mcrakhman authored Sep 18, 2023
2 parents 9db20b4 + 3d27550 commit 5521ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/any-sync-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func Bootstrap(a *app.App) {
Register(nodeconfstore.New()).
Register(nodeconfsource.New()).
Register(nodeconf.New()).
Register(nodestorage.New()).
Register(metric.New()).
Register(server.New()).
Register(peerservice.New()).
Expand All @@ -128,7 +129,6 @@ func Bootstrap(a *app.App) {
Register(streampool.New()).
Register(consensusclient.New()).
Register(nodehead.New()).
Register(nodestorage.New()).
Register(nodecache.New(200)).
Register(hotsync.New()).
Register(coldsync.New()).
Expand Down

0 comments on commit 5521ea2

Please sign in to comment.