wip
This commit is contained in:
parent
697224b859
commit
f697761b5f
|
@ -19,4 +19,4 @@ mod upgrade -tag ${version}
|
|||
find . -name "*.go" -exec sed -i '' "s/\/v${version}\/v${version}/\/v${version}/g" {} +
|
||||
|
||||
# Fallback "/v3/extkeys" to "/extkeys"
|
||||
find . -name "*.go" -exec sed -i '' "s|github.com/status-im/status-go/v${version}extkeys|github.com/status-im/status-go/extkeys|g" {} \;
|
||||
find . -name "*.go" -exec sed -i '' "s|github.com/status-im/status-go/v${version}/extkeys|github.com/status-im/status-go/extkeys|g" {} \;
|
|
@ -10,10 +10,10 @@ import (
|
|||
"github.com/golang/protobuf/proto"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/status-im/status-go/protocol/common"
|
||||
"github.com/status-im/status-go/protocol/protobuf"
|
||||
"github.com/status-im/status-go/protocol/transport"
|
||||
v1protocol "github.com/status-im/status-go/protocol/v1"
|
||||
"github.com/status-im/status-go/v3/protocol/common"
|
||||
"github.com/status-im/status-go/v3/protocol/protobuf"
|
||||
"github.com/status-im/status-go/v3/protocol/transport"
|
||||
v1protocol "github.com/status-im/status-go/v3/protocol/v1"
|
||||
)
|
||||
|
||||
func (m *Messenger) dispatchToHandler(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter, fromArchive bool) error {
|
||||
|
|
Loading…
Reference in New Issue