Skip to content

Commit

Permalink
Unexpose types.ContractReader in contractReaderByIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Sep 24, 2024
1 parent 1d52870 commit 522b0bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/chainreader/contract_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ func WrapContractReaderByIDs(contractReader types.ContractReader) ContractReader

type contractReaderByIDs struct {
bindings sync.Map
types.ContractReader
cr types.ContractReader
}

var _ types.ContractReader = (*contractReaderByIDs)(nil)

type BatchGetLatestValuesRequestByCustomID map[string]types.ContractBatch
type BatchGetLatestValuesResultByCustomID map[string]types.ContractBatchResults

Expand Down

0 comments on commit 522b0bc

Please sign in to comment.