From 7c8b12db0bb0cb0b81e8c60ea1918c1b85743bb5 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Tue, 12 Oct 2021 13:22:42 +0200 Subject: [PATCH] wiregen: adds note about what can be --- tools/generate-wire.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/generate-wire.py b/tools/generate-wire.py index 9698eb09c..6a74a34a3 100755 --- a/tools/generate-wire.py +++ b/tools/generate-wire.py @@ -16,6 +16,9 @@ # Subtypes: # subtype, # subtypedata,,,,[] +# +# Note: can be a fixed value, a named value read before, +# or '...' to read until the end of the current structure. from argparse import ArgumentParser, REMAINDER from collections import OrderedDict