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 f2e6287 commit 2726c09Copy full SHA for 2726c09
pkg/capabilities/consensus/ocr3/datafeeds/securemint_aggregator.go
@@ -62,11 +62,10 @@ const (
62
63
// secureMintReport represents the inner report structure, mimics the Report type in the SM plugin repo
64
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:"-"`
+ ConfigDigest ocr2types.ConfigDigest `json:"configDigest"`
+ SeqNr uint64 `json:"seqNr"`
+ Block uint64 `json:"block"`
+ Mintable *big.Int `json:"mintable"`
70
}
71
72
type wrappedMintReport struct {
0 commit comments