mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
tools/gen-wire: 3th -> 3rd
Small grammar fix in wire gen tool
This commit is contained in:
parent
8455b12781
commit
3ce53ab9ed
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ class Message(object):
|
|||
.format(f.name, f.name, f.fieldtype.name,
|
||||
basetype, f.name))
|
||||
elif f.is_assignable():
|
||||
subcalls.append("//3th case {name}".format(name=f.name))
|
||||
subcalls.append("//3rd case {name}".format(name=f.name))
|
||||
if f.is_len_var:
|
||||
subcalls.append('{} = fromwire_{}(&cursor, &plen);'
|
||||
.format(f.name, basetype))
|
||||
|
|
Loading…
Add table
Reference in a new issue