This commit is contained in:
aozhiwei 2024-09-24 15:08:59 +08:00
parent 6a8d26c69c
commit 4a7990295a

View File

@ -162,5 +162,11 @@ func (this *vip) RecalcEsCecConvert(accountAddress string) error {
lastWithdraw.idx > maxIdx {
maxIdx = lastWithdraw.idx
}
if lastDeposit != nil {
this.AddEx(accountAddress, "0", maxIdx, "", "",
[][]string {
})
}
return nil
}