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
Consider adding a fallback function ( fallback() external payable ) to handle Ether sent to
the contract without a specified function call. This ensures that any Ether sent to the contract
unintentionally is handled appropriately.
The mentioned route is: core/tests/ts-integration/contracts/context/context.sol
The text was updated successfully, but these errors were encountered:
Consider adding a fallback function ( fallback() external payable ) to handle Ether sent to
the contract without a specified function call. This ensures that any Ether sent to the contract
unintentionally is handled appropriately.
The mentioned route is: core/tests/ts-integration/contracts/context/context.sol
The text was updated successfully, but these errors were encountered: