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
I noticed an arithmetic overflow error in the 'accountsHash' function located in the file "src/day4/Account.mo". The error is causing the program to throw an 'arithmetic overflow' with error code IC0503.
I have identified the problematic code block. Here's the corrected code:
I noticed an arithmetic overflow error in the 'accountsHash' function located in the file "src/day4/Account.mo". The error is causing the program to throw an 'arithmetic overflow' with error code IC0503.
I have identified the problematic code block. Here's the corrected code:
The text was updated successfully, but these errors were encountered: