mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
wallet: load route_nodes and route_channels when seeking a particular entry.
This got missed when 299b280f7
got merged.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
4fccbbae69
commit
097b9345eb
@ -1561,7 +1561,7 @@ wallet_payment_list(const tal_t *ctx,
|
||||
wallet->db,
|
||||
"SELECT id, status, destination, "
|
||||
"msatoshi, payment_hash, timestamp, payment_preimage, "
|
||||
"path_secrets "
|
||||
"path_secrets, route_nodes, route_channels "
|
||||
"FROM payments "
|
||||
"WHERE payment_hash = ?;");
|
||||
sqlite3_bind_sha256(stmt, 1, payment_hash);
|
||||
|
Loading…
Reference in New Issue
Block a user