-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of call
#16
Comments
It looks like |
@ali2251 ☝️ (Sorry had your username wrong at first) |
Hi, This is Junaid. I have been working on ERC725. I have upgraded the contracts to 0.5.12 version but i'm facing error in following line.
TypeError: Wrong argument count for function call. Please tell me how can i handle this error. Thanks
|
At ERC725-alliance talk in Berlin, @ali2251 mentioned we're using
call
in our contracts, which is not reccomended:I think this is the only case here:
origin-playground/contracts/KeyHolder.sol
Line 86 in 0c9ba5c
@nick , I recall you explaining once why we had to do that. Does that still hold, or have improvements to solidity fixed it?
The text was updated successfully, but these errors were encountered: