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
I am getting the following error while Decode this Payload:
ENR.decodeTxt("T1WJc2VjcDI1NmsxoQJbQ9BY7wgWhlf7QvAS0iJWw5L30RQyN8bSQ15Car-v0YRzbmFwwIN0Y3Bfg3VkcF8")
Fail here:
export function getProtocolValue(kvs, key) { const raw = kvs.get(key); if (raw) { const view = new DataView(raw.buffer, raw.byteOffset, raw.byteLength); return view.getUint16(0); } else { return undefined; } }
The text was updated successfully, but these errors were encountered:
Are you sure your string is correct? I'm getting this error: Uncaught Error: string encoded ENR must start with 'enr:'
Uncaught Error: string encoded ENR must start with 'enr:'
Sorry, something went wrong.
No branches or pull requests
I am getting the following error while Decode this Payload:
ENR.decodeTxt("T1WJc2VjcDI1NmsxoQJbQ9BY7wgWhlf7QvAS0iJWw5L30RQyN8bSQ15Car-v0YRzbmFwwIN0Y3Bfg3VkcF8")
Fail here:
The text was updated successfully, but these errors were encountered: