Admin messages should be requesting acknowledgements

This commit is contained in:
Ian McEwen committed 2025-05-08 15:22:27 -07:00
1 parent c3973117c8
commit 4668852b0b
1 file changed
+1 -1
+1 -1
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,