Default to pkiEncrypted always on for admin messages

This commit is contained in:
Ian McEwen
2024-09-28 11:13:04 -07:00
parent d875a574b6
commit 27729995d2
2 changed files with 13 additions and 2 deletions

View File

@@ -894,6 +894,7 @@ class Node:
wantResponse=wantResponse,
onResponse=onResponse,
channelIndex=adminIndex,
pkiEncrypted=True,
)
def ensureSessionKey(self):