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
There's limited error handling in the contract. For example, when transferring funds to the
bootloader, if the transfer fails, there's a require statement, but no specific error message is provided,
making it harder to debug in case of failures.
the route is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered:
There's limited error handling in the contract. For example, when transferring funds to the
bootloader, if the transfer fails, there's a require statement, but no specific error message is provided,
making it harder to debug in case of failures.
the route is: core/tests/ts-integration/contracts/paymaster-nonce/Paymaster.sol
The text was updated successfully, but these errors were encountered: