msggen: Add preapproveinvoice and preapprovekeysend to msggen

This commit is contained in:
Christian Decker
2023-05-25 17:40:46 +02:00
committed by Rusty Russell
parent cfa33ce362
commit c029de7d56
14 changed files with 602 additions and 238 deletions

View File

@@ -1323,3 +1323,13 @@ def signmessage2py(m):
def stop2py(m):
return remove_default({
})
def preapprovekeysend2py(m):
return remove_default({
})
def preapproveinvoice2py(m):
return remove_default({
})