-
Notifications
You must be signed in to change notification settings - Fork 909
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
askrene getroutes produces a malformed response #7904
Comments
I cannot reproduce this? I tried both manually (though source=022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59 doesn't exist in the compressed gossmap, that's l2's address) and as a Python call:
|
Yes. Sorry, in my tests I was mapping node 3301 to
|
It's
|
Issue and Steps to Reproduce
In regtest the command
lightning-cli getroutes
produces this output:To reproduce it is enough to run lightning on regtest using the compressed gossmap
./tests/data/gossip-store-2024-09-22.compressed
and call getroutes from node
022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59
to node
032592ebeab65d2c20a60b6eec9bc1b80df9148d2f71d91a670fe7f4f3c25a5bb9
, ie.My guess is that somehow
plugin_notify_message
is mixing withgetroutes
response, are they racing for the same pipe output?Commenting the
plugin_notify_messsage
line inrq_log
function inaskrene.c
file removes the problem.The text was updated successfully, but these errors were encountered: