This commit is contained in:
aozhiwei 2024-09-03 13:56:41 +08:00
parent 1b3e7b1f4c
commit ba289b468f

View File

@ -124,6 +124,10 @@ func (this *stackingCec) saveToDb(ds *f5.DataSet) bool {
return true
}
func (this *stackingCec) apply(p *jccommon.ContractStakeAndUnstakeCecPo) bool {
func (this *stackingCec) applyStake(p *jccommon.ContractStakeAndUnstakeCecPo) bool {
return true
}
func (this *stackingCec) applyUnstake(p *jccommon.ContractStakeAndUnstakeCecPo) bool {
return true
}