1
This commit is contained in:
parent
6a8d26c69c
commit
4a7990295a
@ -162,5 +162,11 @@ func (this *vip) RecalcEsCecConvert(accountAddress string) error {
|
|||||||
lastWithdraw.idx > maxIdx {
|
lastWithdraw.idx > maxIdx {
|
||||||
maxIdx = lastWithdraw.idx
|
maxIdx = lastWithdraw.idx
|
||||||
}
|
}
|
||||||
|
if lastDeposit != nil {
|
||||||
|
this.AddEx(accountAddress, "0", maxIdx, "", "",
|
||||||
|
[][]string {
|
||||||
|
|
||||||
|
})
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user