1
0

make key derivation reasonable

no more hardcoded secrets, no more key-reuse
This commit is contained in:
SomberNight
2018-10-05 15:37:47 +02:00
committed by ThomasV
parent 5859054095
commit 17457327ef
5 changed files with 78 additions and 63 deletions

View File

@@ -82,7 +82,7 @@ class ChannelsList(MyTreeWidget):
vbox = QVBoxLayout(d)
h = QGridLayout()
local_nodeid = QLineEdit()
local_nodeid.setText(bh2u(lnworker.pubkey))
local_nodeid.setText(bh2u(lnworker.node_keypair.pubkey))
local_nodeid.setReadOnly(True)
local_nodeid.setCursorPosition(0)
remote_nodeid = QLineEdit()