1
This commit is contained in:
parent
0f3a6dbf25
commit
07c1cc48b6
@ -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
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user