From f22322d63fbec3d49ee7df9af6456f5597d3f7d0 Mon Sep 17 00:00:00 2001 From: longtaolii <812043966@qq.com> Date: Fri, 15 Dec 2023 14:34:15 +0800 Subject: [PATCH] update --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bced3c6..3c58804 100644 --- a/main.go +++ b/main.go @@ -156,7 +156,7 @@ func pow(wallet Wallet, token Token, network Network, thread int, gas int, test return } mu.Unlock() - randomDigits := generateRandomDigits(5) + randomDigits := generateRandomDigits(8) currentTime := time.Now().Unix() timer := fmt.Sprintf("%d%s", currentTime, randomDigits) dataString := fmt.Sprintf(`data:application/json,{"p":"ierc-20","op":"mint","tick":"%s","amt":"%s","nonce":"%s"}`, token.Tick, token.Amt, timer)