We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc61b7 commit 55109adCopy full SHA for 55109ad
1 file changed
contracts/src/core/BatcherPaymentService.sol
@@ -100,6 +100,7 @@ contract BatcherPaymentService is
100
// PAYABLE FUNCTIONS
101
receive() external payable {
102
userData[msg.sender].balance += msg.value;
103
+ userData[msg.sender].unlockBlock = 0;
104
emit PaymentReceived(msg.sender, msg.value);
105
}
106
0 commit comments