This commit is contained in:
aozhiwei 2024-09-23 19:30:31 +08:00
parent e63d82fe75
commit 8812ea534d

View File

@ -87,7 +87,12 @@ func (this *vip) RecalcEsCecConvert(accountAddress string) error {
return err
}
for ds.Next() {
eventName := ds.GetByName("event_name")
if eventName == constant.VESTER_DEPOSIT_EVENT_NAME {
} else if eventName == constant.VESTER_WITHDRAW_EVENT_NAME {
}
}
return nil
}