You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contract includes a receive function that accepts Ether, but it does not include any
logic to prevent reentrancy attacks. Consider adding appropriate checks and using the "Checks-EffectsInteractions" pattern to mitigate reentrancy vulnerabilities.
following route is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered:
The contract includes a receive function that accepts Ether, but it does not include any
logic to prevent reentrancy attacks. Consider adding appropriate checks and using the "Checks-EffectsInteractions" pattern to mitigate reentrancy vulnerabilities.
following route is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered: