LND: encoding/hex: invalid byte: U+004D #7802
-
I am running two lnd nodes local and execute some commands from react with the REST interface. lnd.conf
Other lnd.conf
From the second one, I try to connect to the first lnd.conf.
The input is correct in the console:
I have no clue what that means and find nothing. Thanks for any help :) |
Beta Was this translation helpful? Give feedback.
Answered by
Luca-Fischer
Jul 3, 2023
Replies: 1 comment 3 replies
-
You first need to hex decode the pubkey to raw bytes before base64 encoding it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it .....
Even though I made a REST call, I had to call the port from listen=... not restlisten=.....
Thanks