sort listinvoices and listsendpays by order of creation.
This commit is contained in:
committed by
Christian Decker
parent
ce9e559aed
commit
96452eafb7
@@ -441,7 +441,8 @@ bool invoices_iterate(struct invoices *invoices,
|
||||
", bolt11"
|
||||
", description"
|
||||
", features"
|
||||
" FROM invoices;"));
|
||||
" FROM invoices"
|
||||
" ORDER BY id;"));
|
||||
db_query_prepared(stmt);
|
||||
it->p = stmt;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user