diff --git a/lib/opcodes.py b/lib/opcodes.py
index 477c492b371623b709224878e429beec20e639a4..d3f6c5cdbc90fa468198e35fa9f8719db0d3aaba 100644
--- a/lib/opcodes.py
+++ b/lib/opcodes.py
@@ -2107,7 +2107,7 @@ class OpNetworkQuery(OpCode):
     ("names", ht.EmptyList, ht.TListOf(ht.TNonEmptyString),
      "Empty list to query all groups, group names otherwise"),
     ]
-  OP_RESULT = ht.TNone
+  OP_RESULT = _TOldQueryResult
 
 
 def _GetOpList():