mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 01:24:30 +01:00
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:
committed by
Rusty Russell
parent
dd871d9e26
commit
0ed0a8f134
@@ -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})",
|
||||
|
||||
Reference in New Issue
Block a user