Skip to content

Commit 2726c09

Browse files
committed
removed unused AccountContext
1 parent f2e6287 commit 2726c09

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkg/capabilities/consensus/ocr3/datafeeds/securemint_aggregator.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ const (
6262

6363
// secureMintReport represents the inner report structure, mimics the Report type in the SM plugin repo
6464
type secureMintReport struct {
65-
ConfigDigest ocr2types.ConfigDigest `json:"configDigest"`
66-
SeqNr uint64 `json:"seqNr"`
67-
Block uint64 `json:"block"`
68-
Mintable *big.Int `json:"mintable"`
69-
AccountContext solana.AccountMetaSlice `json:"-"`
65+
ConfigDigest ocr2types.ConfigDigest `json:"configDigest"`
66+
SeqNr uint64 `json:"seqNr"`
67+
Block uint64 `json:"block"`
68+
Mintable *big.Int `json:"mintable"`
7069
}
7170

7271
type wrappedMintReport struct {

0 commit comments

Comments
 (0)