mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
whisper/whisperv6: decrease pow requirement in tests
This commit is contained in:
parent
39f502329f
commit
42905c8acc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue