- [x] BEM-02 Logical issue of function

This commit is contained in:
zhl 2022-01-27 16:55:28 +08:00
parent 7998ffcd19
commit 62511ce68d

View File

@ -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);
} }