From f36448ed6546a788cb009b330e128720b8b19e9f Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 12 Mar 2024 22:42:37 +0000 Subject: [PATCH] lint --- domain/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/errors.go b/domain/errors.go index 6a2715da1..90126ea1d 100644 --- a/domain/errors.go +++ b/domain/errors.go @@ -56,7 +56,7 @@ type UnsupportedCosmWasmPoolTypeError struct { } func (e UnsupportedCosmWasmPoolTypeError) Error() string { - return "unsupported pool type: " + string(e.PoolType) + return "unsupported pool type: " + e.PoolType } type PoolNotFoundError struct {