This commit is contained in:
aozhiwei 2023-07-16 17:02:30 +08:00
parent bcab24fc47
commit 12705e719f
2 changed files with 4 additions and 2 deletions

View File

@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
returnValues['tokenId'] returnValues['tokenId']
); );
} }
/*
await this.add721NftRefresh await this.add721NftRefresh
( (
this.getNetId(), this.getNetId(),
this.getContractAddress(), this.getContractAddress(),
this.getContractName(), this.getContractName(),
returnValues['tokenId'] returnValues['tokenId']
); );*/
await this.markOk(); await this.markOk();
} }

View File

@ -15,13 +15,14 @@ class Transfer extends BaseEventProcess {
returnValues['tokenId'] returnValues['tokenId']
); );
} }
/*
await this.add721NftRefresh await this.add721NftRefresh
( (
this.getNetId(), this.getNetId(),
this.getContractAddress(), this.getContractAddress(),
this.getContractName(), this.getContractName(),
returnValues['tokenId'] returnValues['tokenId']
); );*/
await this.markOk(); await this.markOk();
} }