whisper/whisperv6: decrease pow requirement in tests (#20815)

This commit is contained in:
Martin Holst Swende 2020-03-31 12:10:34 +02:00 committed by GitHub
parent 300c35b854
commit 3b69c14f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ func generateMessageParams() (*MessageParams, error) {
sz := mrand.Intn(400)
var p MessageParams
p.PoW = 0.01
p.PoW = 0.001
p.WorkTime = 1
p.TTL = uint32(mrand.Intn(1024))
p.Payload = make([]byte, sz)