autodata: tweak where createinvoice is

This commit is contained in:
niftynei 2021-01-09 15:48:05 -06:00 committed by Christian Decker
parent e0e929ed14
commit f37315c2f8

View file

@ -1592,5 +1592,5 @@ static const struct json_command createinvoice_command = {
json_createinvoice, json_createinvoice,
"Lowlevel command to sign and create invoice {invstring}, resolved with {preimage}, using unique {label}." "Lowlevel command to sign and create invoice {invstring}, resolved with {preimage}, using unique {label}."
}; };
AUTODATA(json_command, &createinvoice_command);
AUTODATA(json_command, &createinvoice_command);