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

Bug in TestDecodeBase58Address. #77

Open
stdevAlDen opened this issue Jun 5, 2019 · 1 comment
Open

Bug in TestDecodeBase58Address. #77

stdevAlDen opened this issue Jun 5, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@stdevAlDen
Copy link

Describe the bug
Invalid use of SKY_base58_Hex2Base58 for binary data.

Environment information:

  • Platform: Any

  • Go environment: Any

  • Compiler info: Any

Steps to Reproduce
Steps to reproduce the behavior: Look at the following lines of code.

1.
2.
3.

Actual behavior
SKY_base58_Hex2Base58 is receiving binary data.

Expected behavior
SKY_base58_Hex2Base58 should receive a hex buffer.

@stdevAlDen stdevAlDen added the bug Something isn't working label Jun 5, 2019
@stdevAlDen
Copy link
Author

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

No branches or pull requests

1 participant