Skip to content

Commit 95cb520

Browse files
authored
go-ipfs-config: Merge pull request ipfs#90 from ipfs/feat/remove-strict-signing-option
feat: remove strict signing pubsub option.
2 parents 5c960f0 + 205c6b4 commit 95cb520

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/pubsub.go

-7
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@ type PubsubConfig struct {
88
// DisableSigning disables message signing. Message signing is *enabled*
99
// by default.
1010
DisableSigning bool
11-
12-
// StrictSignatureVerification enables strict signature verification.
13-
// When enabled, unsigned messages will be rejected. Eventually, this
14-
// will be made the default and this option will disappear. Once this
15-
// happens, networks will either need to completely disable or
16-
// completely enable message signing.
17-
StrictSignatureVerification bool
1811
}

0 commit comments

Comments
 (0)