File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ import (
23
23
"github.com/ethereum/go-ethereum/p2p/enode"
24
24
gethrpc "github.com/ethereum/go-ethereum/rpc"
25
25
26
+ bindings "github.com/waku-org/waku-go-bindings/waku/common"
27
+
26
28
"github.com/status-im/status-go/appmetrics"
27
29
"github.com/status-im/status-go/common"
28
30
gethbridge "github.com/status-im/status-go/eth-node/bridge/geth"
@@ -66,7 +68,6 @@ import (
66
68
"github.com/status-im/status-go/timesource"
67
69
wakuv1common "github.com/status-im/status-go/wakuv1/common"
68
70
"github.com/status-im/status-go/wakuv2"
69
- bindings "github.com/waku-org/waku-go-bindings/waku/common"
70
71
)
71
72
72
73
var (
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ import (
14
14
"github.com/status-im/status-go/wakuv2"
15
15
waku2 "github.com/status-im/status-go/wakuv2"
16
16
17
- wakutypes "github.com/status-im/status-go/waku/types"
18
17
"github.com/waku-org/waku-go-bindings/waku/common"
18
+
19
+ wakutypes "github.com/status-im/status-go/waku/types"
19
20
)
20
21
21
22
type testWakuV2Config struct {
You can’t perform that action at this time.
0 commit comments