whisper/whisperv6: decrease pow requirement in tests (#20815)
This commit is contained in:
parent
300c35b854
commit
3b69c14f5d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user