Skip to content

Commit

Permalink
capabilities: Set up a dummy registry if peering is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer authored and krebernisak committed Dec 5, 2024
1 parent 6384848 commit 3587c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/capabilities/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (t *TestMetadataRegistry) LocalNode(ctx context.Context) (capabilities.Node
Members: []p2ptypes.PeerID{
peerID,
},
F: 0,
F: 1,
IsPublic: false,
AcceptsWorkflows: true,
}
Expand Down

0 comments on commit 3587c61

Please sign in to comment.