- [x] BEM-02 Logical issue of function
This commit is contained in:
parent
7998ffcd19
commit
62511ce68d
@ -73,6 +73,7 @@ contract BEBoxMall is Ownable, HasSignature {
|
|||||||
paymentReceivedAddress,
|
paymentReceivedAddress,
|
||||||
price
|
price
|
||||||
);
|
);
|
||||||
|
usedSignatures[signature] = true;
|
||||||
// Emit payment event
|
// Emit payment event
|
||||||
emit BEBoxPaid(boxId, userAddress, _type, price, paymentErc20);
|
emit BEBoxPaid(boxId, userAddress, _type, price, paymentErc20);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user