Admin messages should be requesting acknowledgements

This commit is contained in:
Ian McEwen
2025-05-08 15:22:27 -07:00
parent c3973117c8
commit 4668852b0b

View File

@@ -983,7 +983,7 @@ class Node:
p,
self.nodeNum,
portNum=portnums_pb2.PortNum.ADMIN_APP,
wantAck=False,
wantAck=True,
wantResponse=wantResponse,
onResponse=onResponse,
channelIndex=adminIndex,