Skip to content

Commit

Permalink
Further clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rstout committed Jul 15, 2024
1 parent 8a1f655 commit d925d47
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 210 deletions.
2 changes: 1 addition & 1 deletion commit_rmn_ocb/observation.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (p *Plugin) ObserveOffRampMaxSeqNums() []plugintypes.SeqNumChain {

// ObserveMerkleRoots TODO: doc
// Return empty array on error
func (p *Plugin) ObserveMerkleRoots(ranges []ChainRange) []MerkleRootAndChain {
func (p *Plugin) ObserveMerkleRoots(ranges []ChainRange) []MerkleRoot {
roots, err := p.onChain.GetMerkleRoots(ranges)
if err != nil {
p.log.Warnw("call to GetMerkleRoots failed", "err", err)
Expand Down
Loading

0 comments on commit d925d47

Please sign in to comment.