Skip to content

Commit

Permalink
change observation structure to create a bad image
Browse files Browse the repository at this point in the history
  • Loading branch information
shileiwill committed Oct 25, 2023
1 parent 822db98 commit 707d064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/v3/observation.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type AutomationObservation struct {
// This is the block history of the chain from this node's perspective. It sends a
// few latest blocks to help in block coordination
BlockHistory ocr2keepers.BlockHistory
// Create a bug
AdditionalData []byte
}

func (observation AutomationObservation) Encode() ([]byte, error) {
Expand Down

0 comments on commit 707d064

Please sign in to comment.