We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7598226 commit 2e32fb1Copy full SHA for 2e32fb1
messaging/common/message_sender.go
@@ -15,6 +15,8 @@ import (
15
"github.com/status-im/mvds/state"
16
"go.uber.org/zap"
17
18
+ sds "github.com/waku-org/sds-go-bindings/sds"
19
+
20
"github.com/ethereum/go-ethereum/common/hexutil"
21
utils "github.com/status-im/status-go/common"
22
"github.com/status-im/status-go/crypto"
@@ -32,7 +34,6 @@ import (
32
34
"github.com/status-im/status-go/protocol/common"
33
35
"github.com/status-im/status-go/protocol/protobuf"
36
v1protocol "github.com/status-im/status-go/protocol/v1"
- sds "github.com/waku-org/sds-go-bindings/sds"
37
)
38
39
// Whisper message properties.
0 commit comments