good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3b69c14f authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub
Browse files

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

parent 300c35b8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment