mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
5444084625
commit
61c47c09d0
@@ -49,7 +49,7 @@ class FieldType(object):
|
||||
if typename in type2size:
|
||||
return type2size[typename]
|
||||
elif typename.startswith('struct ') or typename.startswith('enum '):
|
||||
# We allow unknown structures/enums, for extensiblity (can only happen
|
||||
# We allow unknown structures/enums, for extensibility (can only happen
|
||||
# if explicitly specified in csv)
|
||||
return 0
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user