diff --git a/core/candle.go b/core/candle.go index 233c156..9ce5419 100644 --- a/core/candle.go +++ b/core/candle.go @@ -180,7 +180,7 @@ func hashString(input string) string { // 转换为十六进制字符串 hashHex := hex.EncodeToString(hash[:]) // 返回前20位 - return hashHex[:20] + return hashHex[:23] } func (cl *Candle) ToStruct(core *Core) error {