common: move now-enlarged command_fail_badparam into its own source file.

It's getting a bit awkward to inline now: it's non-trivial.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-06-24 13:15:50 +09:30
parent f33c5188ef
commit 9fd29d35dd
16 changed files with 118 additions and 102 deletions

View File

@@ -159,6 +159,7 @@ PLUGIN_COMMON_OBJS := \
common/deprecation.o \
common/features.o \
common/hash_u5.o \
common/json_command.o \
common/json_param.o \
common/json_parse.o \
common/json_parse_simple.o \