This commit is contained in:
aozhiwei 2024-09-24 16:03:01 +08:00
parent 0f3a6dbf25
commit 07c1cc48b6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ type esCecTransfer struct {
func (this *esCecTransfer) init() {
mt.Table.Contract.Traverse(func (ele *mt.Contract) bool {
if ele.GetName() == jccommon.CONTRACT_NAME_StakedEsCecRouter {
if ele.GetName() == jccommon.CONTRACT_NAME_EsCec {
go this.process(ele.GetNetId(), ele.GetAddress())
}
return true

View File

@ -87,5 +87,5 @@ CREATE TABLE `t_vester_deposit_withdraw` (
/*!40101 SET character_set_client = @saved_cs_client */;
update t_param set val = 0 where name='stackingCec.lastIdx.97.0x3455e5d4962de708050278fa2761a613028bdf08';
update t_param set val = 0 where name='esCecTransfer.lastIdx.97.0x3455e5d4962de708050278fa2761a613028bdf08';
update t_param set val = 0 where name='esCecTransfer.lastIdx.97.0x1fba3f84e62163069050f1156b73c008722136a3';
update t_param set val = 0 where name='vester.depositAndWithdraw.lastIdx.97.0x30c91ed20fdffd7c423014bafcd5d6a4132d4fdb';