From 956d644bab8550484f1d19d2ee11021e9f17c99c Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Tue, 14 Feb 2023 19:00:27 +0300 Subject: [PATCH] fix --- commonspace/spaceservice.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commonspace/spaceservice.go b/commonspace/spaceservice.go index 7ae37a81..502ca9a8 100644 --- a/commonspace/spaceservice.go +++ b/commonspace/spaceservice.go @@ -143,6 +143,7 @@ func (s *spaceService) NewSpace(ctx context.Context, id string) (Space, error) { configuration: lastConfiguration, peerManager: peerManager, storage: st, + treesUsed: &atomic.Int32{}, isClosed: spaceIsClosed, } return sp, nil