Skip to content
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

Tuple not displayed correctly in contract -> interact window #308

Closed
0xc0de4c0ffee opened this issue Dec 22, 2018 · 0 comments · Fixed by #312
Closed

Tuple not displayed correctly in contract -> interact window #308

0xc0de4c0ffee opened this issue Dec 22, 2018 · 0 comments · Fixed by #312
Labels
bug Something isn't working

Comments

@0xc0de4c0ffee
Copy link

Environment/Browser

SBL v1.2.0 / Chrome

Description

Tuple not displayed correctly in contract -> interact window

Steps to reproduce

  1. Create a contract function that returns tuple
    function getData(bytes32 hash) external view returns (uint256, uint8, uint8, uint256);
  2. Compile, deploy and interact

Expected result

uint256 2027
uint8 5
uint8 1
uint256 19678500

Actual result

uint256 2027,5,1,19678500
uint8 2027,5,1,19678500
uint8 2027,5,1,19678500
uint256 2027,5,1,19678500

Reproducible

100% on my side, not checked v1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants