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