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

Public DecodeNoLimit(encoded) #2185

Closed
MarcoEzekiel opened this issue May 7, 2024 · 1 comment
Closed

Public DecodeNoLimit(encoded) #2185

MarcoEzekiel opened this issue May 7, 2024 · 1 comment

Comments

@MarcoEzekiel
Copy link
Contributor

MarcoEzekiel commented May 7, 2024

I am working on a set of libraries for zCash. I need a public bech32.DecodeNoLimit(encoded) that retrieves version info. I can create a pull request and add

func DecodeNoLimitVersioned(bech string) (string, []byte, Version, error) {
hrp, data, version, err := decodeNoLimit(bech)
return hrp, data, version, err
}

@guggero
Copy link
Collaborator

guggero commented May 24, 2024

Fixed by #2186.

@guggero guggero closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants