This commit is contained in:
aozhiwei 2023-07-14 17:20:36 +08:00
parent 1633d169ce
commit ba7d56f4fa
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class Transfer extends BaseEventProcess {
this.getContractName(),
returnValues['tokenId']
);
await this.markOk();
}
}

View File

@ -13,6 +13,7 @@ class Transfer extends BaseEventProcess {
this.getContractName(),
returnValues['tokenId']
);
await this.markOk();
}
}