Skip to content

Commit

Permalink
remove handlegatewaymessage
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOrchard committed Sep 10, 2024
1 parent 1cfa38f commit 5ac44fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/capabilities/gateway_connector/service_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/smartcontractkit/chainlink-common/pkg/services"
"github.com/smartcontractkit/chainlink/v2/core/config"
"github.com/smartcontractkit/chainlink/v2/core/logger"
"github.com/smartcontractkit/chainlink/v2/core/services/gateway/api"
gwCommon "github.com/smartcontractkit/chainlink/v2/core/services/gateway/common"
"github.com/smartcontractkit/chainlink/v2/core/services/gateway/connector"
"github.com/smartcontractkit/chainlink/v2/core/services/gateway/network"
Expand Down Expand Up @@ -53,9 +52,6 @@ func (h *connectorSigner) Sign(data ...[]byte) ([]byte, error) {
return gwCommon.SignData(h.signerKey, data...)
}

func (h *connectorSigner) HandleGatewayMessage(ctx context.Context, gatewayID string, msg *api.Message) {
}

func (h *connectorSigner) Start(ctx context.Context) error {
return h.StartOnce("ConnectorSigner", func() error {
return nil
Expand Down

0 comments on commit 5ac44fa

Please sign in to comment.