mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

node_id format and iterop with other LN implementations #163

Open yaslama opened 6 years ago

yaslama commented 6 years ago

It seems that the node_id format used by lit is not compatible with the format used by other LN implementations (lnd and c-lightning for instance). The pubkey is bech32 encoded in lit but hex encoded in other implementations. Is a PR to change the node_id format is relevant ?

gertjaap commented 6 years ago

@alindr: If we removed this from the board, should we close it?

Varunram commented 6 years ago

I guess this issue can stay open until the PR made towards it is merged / closed.