Skip to content

Commit

Permalink
- linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Oct 17, 2024
1 parent 2d18fce commit 53e363b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executors/ethereum/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var (
errEmptyTokensList = errors.New("empty tokens list")
errNilMvxDataGetter = errors.New("nil MultiversX data getter")
errNilErc20ContractsHolder = errors.New("nil ERC20 contracts holder")
errNilSafeContractWrapper = errors.New("nil safe contract wrapper")
errWrongERC20AddressResponse = errors.New("wrong ERC20 address response")
errNilLogger = errors.New("nil logger")
errNilCryptoHandler = errors.New("nil crypto handler")
Expand Down

0 comments on commit 53e363b

Please sign in to comment.