wallet: Load and value completed_at timestamp from DB

This commit is contained in:
Christian Decker
2022-06-09 18:36:00 +02:00
parent daeec66bd7
commit cb3ee0ac2e
20 changed files with 343 additions and 325 deletions

View File

@@ -334,6 +334,7 @@ struct wallet_payment {
struct list_node list;
u64 id;
u32 timestamp;
u32 *completed_at;
/* The combination of these three fields is unique: */
struct sha256 payment_hash;