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
{{ message }}
This repository was archived by the owner on Apr 18, 2021. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
function getInfo(bytes32 id) public onlyOnwer view returns(bool, uint256) {
return (registered[id], expireTime[id])
}
call getInfo 0x12 in vvsip console, it returns
{
"logs": []
}
Expected behavior
It expects to return receipt information.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
ryan-chae
changed the title
vvisp console: call command fails to handle a function with multiple returns
vvisp console: call command fails to handle a view function with multiple returns
Apr 19, 2019
I'm submitting a...
Current behavior
call getInfo 0x12
in vvsip console, it returnsExpected behavior
It expects to return receipt information.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: