From 0403f3cd384ee43ecc17740dfa43c96bb643dc11 Mon Sep 17 00:00:00 2001 From: Zhang Zhuo Date: Thu, 28 Mar 2024 14:46:07 +0800 Subject: [PATCH] fix build --- common/utils/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/utils/utils.go b/common/utils/utils.go index 2f281e8e6..6039f4964 100644 --- a/common/utils/utils.go +++ b/common/utils/utils.go @@ -4,7 +4,6 @@ import ( "context" "crypto/rand" "encoding/json" - "errors" "fmt" "math/big" "os"