1
This commit is contained in:
parent
80e76e23da
commit
2239caab1b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user