From 4ea740ebc57a38d132a2c524c6c7e69b64a41e68 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 24 Jul 2024 17:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chain_transfer/turn_chain.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chain_transfer/turn_chain.go b/chain_transfer/turn_chain.go index 5589ac6..a0ba56c 100644 --- a/chain_transfer/turn_chain.go +++ b/chain_transfer/turn_chain.go @@ -345,10 +345,11 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str } } fmt.Println("============"+zhios_third_party_utils.IntToStr(k+3), time.Since(now)) - tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\n\nhttp", "\thttp") - tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http") - tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "http") + } + tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\n\nhttp", "\thttp") + tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http") + tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "http") fmt.Println("============30", time.Since(now)) } else if matched != nil && len(matched) > 0 {