Bindings.findRoute throwing a segfault when passing in a bolt11, for ldk-swift. #2569
Replies: 2 comments
-
here is the last couple of prints from the debugger. log: Received message NodeAnnouncement(NodeAnnouncement { signature: 304402206596fc0b918abdce80b07d4b101e16394a2916eeedc9bb68a35a768d34910292022022f77b38e79ab77cd3e271c09378f908bbc7c55e14c5f1780521ce22f9f05a4a, contents: UnsignedNodeAnnouncement { features: [161, 82, 138, 136, 0, 160, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128], timestamp: 1694536524, node_id: NodeId(03c828ce3e60a28910b5ca231dfa2147df7b7251e354f2073e4035e10e6ae919bd), rgb: [51, 153, 255], alias: NodeAlias([84, 97, 115, 116, 121, 32, 84, 101, 115, 116, 32, 78, 111, 100, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), addresses: [IPv4 { addr: [52, 37, 167, 148], port: 25527 }], excess_address_data: [], excess_data: [] } }) from 03e347d089c071c27680e26299223e80a740cf3e3fc4b4237fa219bb67121a670b |
Beta Was this translation helpful? Give feedback.
-
I updated to version 0.0.116 |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the following function setup for returning the estimated fee for a bolt11.
when I try to find what could be the fee from a bolt11, I get the following segfault.
Beta Was this translation helpful? Give feedback.
All reactions