Skip to content

Commit

Permalink
fix(rosenet-node): fix(rosenet-node): use gossipsubSignaturePolicy co…
Browse files Browse the repository at this point in the history
…nfig instead of default value
  • Loading branch information
mkermani144 committed Oct 19, 2024
1 parent 463fc8c commit b5ff692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rosenet-node/lib/createRoseNetNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ const createRoseNetNode = async (config: PartialRoseNetNodeConfig) => {
*/
maxInboundDataLength:
RoseNetNodeContext.config.pubsub.gossipsubMaxInboundDataLength,
globalSignaturePolicy: 'StrictNoSign',
globalSignaturePolicy:
RoseNetNodeContext.config.pubsub.gossipsubSignaturePolicy,
ignoreDuplicatePublishError: true,
}),
dcutr: dcutr(),
Expand Down

0 comments on commit b5ff692

Please sign in to comment.