diff --git a/abci/preblock/oracle/utils.go b/abci/preblock/oracle/utils.go index 6ef402904..643a1c92c 100644 --- a/abci/preblock/oracle/utils.go +++ b/abci/preblock/oracle/utils.go @@ -11,7 +11,7 @@ import ( servicemetrics "github.com/skip-mev/connect/v2/service/metrics" ) -// recordPrice records all the given prices per ticker, and reports them as a float64. +// recordPrices records all the given prices per ticker, and reports them as a float64. func (h *PreBlockHandler) recordPrices(prices map[connecttypes.CurrencyPair]*big.Int) { for ticker, price := range prices { floatPrice, _ := price.Float64() diff --git a/providers/apis/defi/ethmulticlient/multi_client.go b/providers/apis/defi/ethmulticlient/multi_client.go index 752a84ff7..a3b5fcebd 100644 --- a/providers/apis/defi/ethmulticlient/multi_client.go +++ b/providers/apis/defi/ethmulticlient/multi_client.go @@ -188,7 +188,7 @@ func (m *MultiRPCClient) BatchCallContext(ctx context.Context, batchElems []rpc. return nil } -// filterAccountsResponses chooses the rpc response with the highest block number. +// filterResponses chooses the rpc response with the highest block number. func (m *MultiRPCClient) filterResponses(responses []result) ([]rpc.BatchElem, error) { // see which of the results had the largest height, and store the index of that result. var (