1
This commit is contained in:
parent
1ffa5bda37
commit
689b841179
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user