diff --git a/core/candle.go b/core/candle.go index 6a4d29a..e7fd969 100644 --- a/core/candle.go +++ b/core/candle.go @@ -286,7 +286,7 @@ func (core *Core) SaveUniKey(period string, keyName string, extt time.Duration, } did := cl.InstId + cl.Period + cl.Data[0].(string) - cl.Id = did + cl.Id = hashString(did) cl.ToStruct(core) cd, _ := json.Marshal(cl) wg := WriteLog{ diff --git a/tunas b/tunas index 09218c8..cdf19e9 100755 Binary files a/tunas and b/tunas differ