Skip to content

Commit

Permalink
Add ChainReader() method to MedianProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Oct 18, 2023
1 parent 214e49a commit a71a9ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/solana/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,7 @@ func (p *medianProvider) MedianContract() median.MedianContract {
func (p *medianProvider) OnchainConfigCodec() median.OnchainConfigCodec {
return median.StandardOnchainConfigCodec{}
}

func (p *medianProvider) ChainReader() relaytypes.ChainReader {

Check failure on line 276 in pkg/solana/relay.go

View workflow job for this annotation

GitHub Actions / Relay Run Unit Tests

undefined: relaytypes.ChainReader
return nil
}

0 comments on commit a71a9ad

Please sign in to comment.