signed types: integer fix

integer was missing from the list of type conversions causing CI to fall over

ChangeLog-None
This commit is contained in:
Dusty Daemon
2023-07-19 12:05:27 -04:00
committed by Rusty Russell
parent dd871d9e26
commit 0ed0a8f134

View File

@@ -44,6 +44,7 @@ class Grpc2PyGenerator(IGenerator):
's16': "m.{name}",
's32': "m.{name}",
's64': "m.{name}",
'integer': "m.{name}",
'boolean': "m.{name}",
'short_channel_id': "m.{name}",
'msat': "amount2msat(m.{name})",