1
This commit is contained in:
parent
cadc8224b4
commit
f2032d7b42
@ -1,6 +1,7 @@
|
|||||||
package task
|
package task
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"mt"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
@ -40,7 +41,7 @@ func (this* chainActivity) unInit() {
|
|||||||
func (this* chainActivity) processLockAndUnLockEvent(netId int32, lockContractAddress string) {
|
func (this* chainActivity) processLockAndUnLockEvent(netId int32, lockContractAddress string) {
|
||||||
f5.GetGoStyleDb().IncrementLoad(
|
f5.GetGoStyleDb().IncrementLoad(
|
||||||
constant.BCEVENT_DB,
|
constant.BCEVENT_DB,
|
||||||
"chainActivity",
|
"chainActivity." + q5.ToString(netId) + "." + lockContractAddress,
|
||||||
"t_blockchain_event",
|
"t_blockchain_event",
|
||||||
0,
|
0,
|
||||||
func (lastIdx int64, maxIdx int64) (string, []string) {
|
func (lastIdx int64, maxIdx int64) (string, []string) {
|
||||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit c842ce5e34e6b8a9e145913bcc87ea99219d45b5
|
Subproject commit 31e33a0e2d423729bf265f4510c6ae3f3ad1b275
|
2
third_party/q5
vendored
2
third_party/q5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ccfa6c4f99237a18799b65f9d19686be8342bbe0
|
Subproject commit ad5656a00af63ca9da8e4dc20d75c9f9a3324786
|
Loading…
x
Reference in New Issue
Block a user