More offerings to the lint gods
This commit is contained in:
parent
3393ee4494
commit
6346cc5105
|
@ -22,11 +22,12 @@ import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"crypto/aes"
|
"crypto/aes"
|
||||||
"crypto/cipher"
|
"crypto/cipher"
|
||||||
"github.com/stretchr/testify/require"
|
|
||||||
mrand "math/rand"
|
mrand "math/rand"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
"github.com/ethereum/go-ethereum/rlp"
|
"github.com/ethereum/go-ethereum/rlp"
|
||||||
|
|
|
@ -103,9 +103,7 @@ var unexpectedMessage = []byte("per rectum ad astra")
|
||||||
var masterBloomFilter []byte
|
var masterBloomFilter []byte
|
||||||
var masterPow = 0.00000001
|
var masterPow = 0.00000001
|
||||||
var round = 1
|
var round = 1
|
||||||
var debugMode = false
|
|
||||||
var prevTime time.Time
|
var prevTime time.Time
|
||||||
var cntPrev int
|
|
||||||
|
|
||||||
func TestSimulationBloomFilter(t *testing.T) {
|
func TestSimulationBloomFilter(t *testing.T) {
|
||||||
// create a chain of waku nodes,
|
// create a chain of waku nodes,
|
||||||
|
|
Loading…
Reference in New Issue