diff options
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 a53d50448..af59f1bdc 100644 --- a/whisper/whisperv5/config.go +++ b/whisper/whisperv5/config.go @@ -20,8 +20,6 @@ import ( "gopkg.in/urfave/cli.v1" ) -//go:generate gencodec -type Config -formats toml -out gen_config.go - type Config struct { MaxMessageSize uint32 `toml:",omitempty"` MinimumAcceptedPOW float64 `toml:",omitempty"` |