Skip to content

Commit

Permalink
Remove unused 'KeyBundleID' from OCR2Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
krebernisak committed Dec 23, 2021
1 parent d7f67e8 commit e81dcb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ require (
github.com/stretchr/testify v1.7.0
)

require (
github.com/satori/go.uuid v1.2.0
gopkg.in/guregu/null.v4 v4.0.0
)
require github.com/satori/go.uuid v1.2.0

require (
github.com/confluentinc/confluent-kafka-go v1.7.0
Expand Down
4 changes: 0 additions & 4 deletions pkg/solana/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

"github.com/gagliardetto/solana-go"
uuid "github.com/satori/go.uuid"
"gopkg.in/guregu/null.v4"

relaytypes "github.com/smartcontractkit/chainlink/core/services/relay/types"
"github.com/smartcontractkit/libocr/offchainreporting2/reportingplugin/median"
Expand Down Expand Up @@ -45,9 +44,6 @@ type OCR2Spec struct {
TransmissionsID solana.PublicKey

TransmissionSigner TransmissionSigner

// OCR key bundle (off/on-chain keys) id
KeyBundleID null.String
}

type Relayer struct {
Expand Down

0 comments on commit e81dcb4

Please sign in to comment.