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
Describe the bug
According to this comment SKY_base58_Hex2Base58 (that needs to be confirmed), SKY_base58_Hex2Base58 should receive binary data, so this len should be checked.
Environment information:
Platform: Any
Go environment: Any
Compiler info: Any
Steps to Reproduce
Steps to reproduce the behavior:
Describe the bug
According to this comment
SKY_base58_Hex2Base58
(that needs to be confirmed),SKY_base58_Hex2Base58
should receive binary data, so this len should be checked.Environment information:
Platform: Any
Go environment: Any
Compiler info: Any
Steps to Reproduce
Steps to reproduce the behavior:
2.And check this comment.
Actual behavior
Sending len/2
Expected behavior
Just send len
The text was updated successfully, but these errors were encountered: