Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

feat: remove strict signing pubsub option. #90

Merged
merged 1 commit into from
May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions 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
}