Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
longtaolii committed Dec 15, 2023
1 parent 65cb844 commit f22322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f22322d

Please sign in to comment.