diff options
author | Guillaume Ballet <gballet@gmail.com> | 2017-10-06 22:04:21 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-10-06 22:04:21 +0800 |
commit | 7a045af05b93c323f63c7af41423ded701ce3890 (patch) | |
tree | fcdfe96a65717fd18f3813cd5100d4790a582c1d /whisper/whisperv5/config.go | |
parent | 36243c7ed8c53e9de92d21bbcf0378d7e1c7a07e (diff) | |
download | dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar.gz dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar.bz2 dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar.lz dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar.xz dexon-7a045af05b93c323f63c7af41423ded701ce3890.tar.zst dexon-7a045af05b93c323f63c7af41423ded701ce3890.zip |
whisper/whisperv5: set filter SymKeyHash on creation (#15165)
Diffstat (limited to 'whisper/whisperv5/config.go')
-rw-r--r-- | whisper/whisperv5/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/whisper/whisperv5/config.go b/whisper/whisperv5/config.go index 290bf8962..fcc230704 100644 --- a/whisper/whisperv5/config.go +++ b/whisper/whisperv5/config.go @@ -25,5 +25,3 @@ var DefaultConfig = Config{ MaxMessageSize: DefaultMaxMessageSize, MinimumAcceptedPOW: DefaultMinimumPoW, } - -var () |