mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
trivial: Add addresses
field to generate-wire.py
It was failing the compile if we had a recent enough spec.
This commit is contained in:
parent
a44e4fb631
commit
811fab4850
@ -61,6 +61,9 @@ class Field(object):
|
||||
|
||||
if fieldname.endswith('features'):
|
||||
return ('u8',1)
|
||||
|
||||
if fieldname == 'addresses':
|
||||
return ('u8', 1)
|
||||
|
||||
# We translate signatures and pubkeys.
|
||||
if 'signature' in fieldname:
|
||||
|
Loading…
Reference in New Issue
Block a user