Skip to content

Commit

Permalink
Update commit/plugin.go
Browse files Browse the repository at this point in the history
Co-authored-by: Will Winder <[email protected]>
  • Loading branch information
asoliman92 and winder authored Sep 4, 2024
1 parent 664a798 commit fe7c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (p *Plugin) Observation(
) (types.Observation, error) {
prevOutcome := p.decodeOutcome(outCtx.PreviousOutcome)
fChain := p.ObserveFChain()
//TODO: Send fchain instead of computing it inside
//TODO: Move fchain to a new processor instead of computing it inside MerkleProcessor
merkleObs, err := p.merkleProcessor.Observation(ctx, prevOutcome.MerkleRootOutcome, merkleroot.Query{})
if err != nil {
p.lggr.Errorw("failed to get merkle observation", "err", err)
Expand Down

0 comments on commit fe7c114

Please sign in to comment.