Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#90 from ipfs/feat/remove-stri…
Browse files Browse the repository at this point in the history
…ct-signing-option

feat: remove strict signing pubsub option.
  • Loading branch information
Stebalien authored May 20, 2020
2 parents 5c960f0 + 205c6b4 commit 95cb520
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 95cb520

Please sign in to comment.