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

FATAL on malformed zbase on checkmessage RPC #5293

Closed
gdassori opened this issue May 30, 2022 · 1 comment · Fixed by #5297
Closed

FATAL on malformed zbase on checkmessage RPC #5293

gdassori opened this issue May 30, 2022 · 1 comment · Fixed by #5297

Comments

@gdassori
Copy link
Contributor

Issue and Steps to Reproduce

$ lightning-cli checkmessage -k message=msg zbase=wrong
lightning-cli: reading response: socket closed

from the logs:

lightningd: lightningd/signmessage.c:59: from_zbase32: Assertion `len == tal_bytelen(u8arr)' failed
lightningd: FATAL SIGNAL 6 (version v0.11.1)
0x55b9b1b4e617 send_backtrace
[...]

getinfo output

   "version": "v0.11.1",
@vincenzopalazzo
Copy link
Collaborator

This happens because of this parameter zbase=wrong this should never happens, but I agree that the cmd line should be more user friendly!

I will try to look inside it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants