1
This commit is contained in:
parent
1b3e7b1f4c
commit
ba289b468f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user