[BUG]: Koinos cli expects arguments even if the function doesn't have arguments #192
Closed
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
Current behavior
Fogata pools have have functions like this in the ABI:
as you see, the
argument
is empty. In koilib this is interpreted like a function without arguments. Koinos CLI has problems resolving this ABI because it expects an argument even if the function don't use it.Expected behavior
ignore the "argument" type or "return" type if they are not provided.
Steps to reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered: