This commit is contained in:
aozhiwei 2024-07-26 13:19:59 +08:00
parent 1ffa5bda37
commit 689b841179

View File

@ -143,8 +143,8 @@ func (this* chainActivity) saveToDb(ds *f5.DataSet) bool {
}
} else if eventName == "UnLock" {
p := new(unLockReturnValues)
sender := q5.SafeToString(p.User)
if q5.DecodeJson(returnValues, p) == nil {
sender := q5.SafeToString(p.User)
decodeJsonOk = true
for _, nft := range p.NftList {
if len(nft) != 3 {