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