mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
whisper/whisperv6: decrease pow requirement in tests (#20815)
This commit is contained in:
parent
300c35b854
commit
3b69c14f5d
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