invoices: routines to maintain invoice indices.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-07-22 17:16:17 +09:30
parent e92d15fffd
commit 6326f500ba
4 changed files with 75 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
struct amount_msat;
struct htlc_set;
struct json_escape;
struct lightningd;
struct sha256;