lightning/plugins/spender
Rusty Russell 2da5244e83 jsonrpc: make error codes an enum.
This allows GDB to print values, but also allows us to use them in
'case' statements.  This wasn't allowed before because they're not
constant terms.

This also made it clear there's a clash between two error codes,
so move one.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Changed: JSON-RPC: Error code from bcli plugin changed from 400 to 500.
2022-09-19 10:18:55 +09:30
..
fundchannel.c common: clean up json routine locations. 2022-07-15 12:24:00 -05:00
fundchannel.h plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 2020-09-10 15:28:50 +09:30
main.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
multifundchannel.c jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
multifundchannel.h jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
multiwithdraw.c jsonrpc: make error codes an enum. 2022-09-19 10:18:55 +09:30
multiwithdraw.h plugins/spender/multiwithdraw.c: Implement multiwithdraw command. 2020-09-09 20:36:08 +09:30
openchannel.c v2open: dont rely on ordering of interprocess messages 2022-07-27 19:31:04 +09:30
openchannel.h mfc-df: after sigs are collected, go sign the psbt 2020-11-23 12:41:05 -06:00