mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
msggen: Add preapproveinvoice and preapprovekeysend to msggen
This commit is contained in:
committed by
Rusty Russell
parent
cfa33ce362
commit
c029de7d56
@@ -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({
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user