Skip to content

Commit

Permalink
Couple more error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nolag committed Jan 19, 2024
1 parent bc0bcbc commit 469296b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/services/relay/evm/types/codec_entry_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package types

import (
"errors"
"math/big"
"reflect"
"testing"

"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down
2 changes: 1 addition & 1 deletion core/services/relay/evm/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"bytes"
"context"
"encoding/json"
"errors"
"fmt"

"github.com/ethereum/go-ethereum/common"
"github.com/lib/pq"
"github.com/pkg/errors"
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
"gopkg.in/guregu/null.v2"

Expand Down

0 comments on commit 469296b

Please sign in to comment.