mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
msggen: Add stop method to generators
We'll need this when testing the grpc interface in pyln-testing, otherwise tests just slowly die and wither.
This commit is contained in:
committed by
Rusty Russell
parent
1efa5c37be
commit
18a9eb2feb
@@ -850,3 +850,8 @@ def signmessage2py(m):
|
||||
"recid": hexlify(m.recid), # PrimitiveField in generate_composite
|
||||
"zbase": m.zbase, # PrimitiveField in generate_composite
|
||||
})
|
||||
|
||||
|
||||
def stop2py(m):
|
||||
return remove_default({
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user