This commit is contained in:
aozhiwei 2023-07-10 14:50:02 +08:00
parent 80e76e23da
commit 2239caab1b

View File

@ -88,6 +88,11 @@ class Erc721Refresher extends BaseService {
if (oldOwner == newOwner) {
const ok = await this.updateConfirmed(newOwner, oldBlockNumber, row);
if (ok) {
await this.update
(row,
[
['status', 1]
]);
break;
}
}