1
This commit is contained in:
parent
3d80dd0430
commit
68e9fed5cb
@ -137,6 +137,7 @@ func (this* chainActivity) saveToDb(ds *f5.DataSet) bool {
|
|||||||
"param2": netId,
|
"param2": netId,
|
||||||
"param3": eventName,
|
"param3": eventName,
|
||||||
"param4": idx,
|
"param4": idx,
|
||||||
|
"param5": contractAddress,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else if eventName == "UnLock" {
|
} else if eventName == "UnLock" {
|
||||||
@ -195,6 +196,7 @@ func (this* chainActivity) saveToDb(ds *f5.DataSet) bool {
|
|||||||
"param2": netId,
|
"param2": netId,
|
||||||
"param3": eventName,
|
"param3": eventName,
|
||||||
"param4": idx,
|
"param4": idx,
|
||||||
|
"param5": contractAddress,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user