mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
go-ipfs-config: Merge pull request #90 from ipfs/feat/remove-strict-signing-option
feat: remove strict signing pubsub option.
This commit is contained in:
commit
00a7c6a24c
@ -8,11 +8,4 @@ type PubsubConfig struct {
|
||||
// DisableSigning disables message signing. Message signing is *enabled*
|
||||
// by default.
|
||||
DisableSigning bool
|
||||
|
||||
// StrictSignatureVerification enables strict signature verification.
|
||||
// When enabled, unsigned messages will be rejected. Eventually, this
|
||||
// will be made the default and this option will disappear. Once this
|
||||
// happens, networks will either need to completely disable or
|
||||
// completely enable message signing.
|
||||
StrictSignatureVerification bool
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user