lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Cannot have @ symbol in RPC passwords #38

Closed ghost closed 2 years ago

ghost commented 3 years ago

I tried to use this tool and was unable to connect, after digging I found out it was because of the split procedure and the expectation of 2 vectors after split. I opened a PR with a potential fix, which allowed me to get through this block, I am still new to rust.

https://github.com/lightningdevkit/ldk-sample/pull/37

TheBlueMatt commented 2 years ago

Fixed in #37.