mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
wallet: Load and value completed_at timestamp from DB
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user