mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
whisper: bugfix in test
This commit is contained in:
parent
d0fb210d21
commit
231082d8b8
1 changed files with 2 additions and 2 deletions
|
|
@ -448,7 +448,7 @@ func TestIntegrationSym(t *testing.T) {
|
|||
f.Topics = make([][]byte, 2)
|
||||
f.Topics[0] = topics[0][:]
|
||||
f.Topics[1] = topics[1][:]
|
||||
f.MinPoW = 0.324
|
||||
f.MinPoW = DefaultMinimumPoW / 2
|
||||
f.SignedWith = sigPubKey.String()
|
||||
f.AllowP2P = false
|
||||
|
||||
|
|
@ -546,7 +546,7 @@ func TestIntegrationSymWithFilter(t *testing.T) {
|
|||
f.Topics = make([][]byte, 2)
|
||||
f.Topics[0] = topics[0][:]
|
||||
f.Topics[1] = topics[1][:]
|
||||
f.MinPoW = 0.324
|
||||
f.MinPoW = DefaultMinimumPoW / 2
|
||||
f.SignedWith = sigPubKey.String()
|
||||
f.AllowP2P = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue