We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@stdevAlDen commented on Jun 6
Describe the bug Invalid use of SKY_base58_Hex2Base58 for binary data.
Environment information:
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.
The text was updated successfully, but these errors were encountered:
@stdevAlDen commented on Jun 12
@olemis & @stdevHan actually the SKY_base58_Hex2Base58 works with binary data not hex, so this should be fixed or the function name should be changed? https://github.com/simelo/libskycoin/blob/5dec78d5434679bffc0f4d111a36518eb50a3e2b/lib/cgo/cipher.base58.base58.go#L22 https://github.com/skycoin/skycoin/blob/298181b47411117dcc8f6a09ab1e073b56e35a58/src/cipher/base58/base58.go#L46-L49
Sorry, something went wrong.
No branches or pull requests
@stdevAlDen commented on Jun 6
Describe the bug
Invalid use of SKY_base58_Hex2Base58 for binary data.
Environment information:
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.
The text was updated successfully, but these errors were encountered: