-
Notifications
You must be signed in to change notification settings - Fork 913
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
pay
crashes on json_escape_needed on unknown odd channel WIRE_UNKNOWN_NEXT_PEER
#3613
Comments
pay
crashespay
crashes on json_escape_needed on unknown odd channel WIRE_UNKNOWN_NEXT_PEER
The issue seems to be a misuse of Since the |
The line below uses Line 835 in 158d221
This seems to be the "correct" way to print the route. This line uses Lines 1419 to 1420 in 158d221
The first is probably the correct way to add I think we should add a (Other uses of Lines 267 to 268 in 158d221
Lines 1422 to 1423 in 158d221
|
Now we just need to design a test for this. Probably start two nodes, the payee node having an |
…SON strings to `json_stream` objects. Also incidentally fixes ElementsProject#3613
`json_add_member` requires quotes for string types Changelog-Fixed: `pay` would crash on expired waits with tried routes
I went ahead and just switched the 'quoted' from |
…SON strings to `json_stream` objects. Also incidentally fixes ElementsProject#3613 ChangeLog-none
…SON strings to `json_stream` objects. Also incidentally fixes #3613 ChangeLog-none
Issue and Steps to Reproduce
A random payment just caused
pay
to crash:getinfo
outputThe text was updated successfully, but these errors were encountered: