swarm/pss: Remove comment to trigger travis

This commit is contained in:
lash 2018-01-14 09:40:47 +01:00
parent 020577f27d
commit d0c3029cdb

View file

@ -22,7 +22,6 @@ import (
whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
) )
// TODO: proper padding generation for messages
const ( const (
defaultPaddingByteSize = 16 defaultPaddingByteSize = 16
defaultMsgTTL = time.Second * 8 defaultMsgTTL = time.Second * 8