mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
lightningd: add delforward command.
Changelog-Added: JSON-RPC: `delforward` command to delete listforwards entries. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
7420a7021f
commit
3079afb024
@@ -104,6 +104,9 @@ enum jsonrpc_errcode {
|
||||
/* Errors from signmessage command */
|
||||
SIGNMESSAGE_PUBKEY_NOT_FOUND = 1301,
|
||||
|
||||
/* Errors from delforward command */
|
||||
DELFORWARD_NOT_FOUND = 1401,
|
||||
|
||||
/* Errors from wait* commands */
|
||||
WAIT_TIMEOUT = 2000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user