This commit is contained in:
aozhiwei 2023-08-30 17:18:57 +08:00
parent f137b50f25
commit 861a23f07c

View File

@ -19,7 +19,8 @@ class Redeem721 extends BaseEventProcess {
const returnValues = this.getReturnValues(); const returnValues = this.getReturnValues();
const blockData = this.getBlockData(); const blockData = this.getBlockData();
const redeemTime = blockData['timestamp']; const redeemTime = blockData['timestamp'];
if (redeemTime) { console.log(blockData);
if (!redeemTime) {
this.throwError('Redeem721 blockData error:' + blockData); this.throwError('Redeem721 blockData error:' + blockData);
return; return;
} }