Skip to content

Commit a6e5497

Browse files
committed
Release v1.2.1
2 parents 7a65aa6 + cc71054 commit a6e5497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func main() {
195195

196196
myself = host
197197

198-
pb, err := pubsub.NewFloodsubWithProtocols(context.Background(), host, []protocol.ID{protocol.ID(cfg.ProtocolID)}, pubsub.WithMessageSigning(true), pubsub.WithStrictSignatureVerification(false))
198+
pb, err := pubsub.NewFloodsubWithProtocols(context.Background(), host, []protocol.ID{protocol.ID(cfg.ProtocolID)}, pubsub.WithMessageSigning(true), pubsub.WithStrictSignatureVerification(true))
199199
if err != nil {
200200
fmt.Println("Error occurred when create PubSub")
201201
panic(err)

0 commit comments

Comments
 (0)