mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
Update wallet/db.h
Co-Authored-By: rustyrussell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Rusty Russell
parent
60285187fd
commit
7f89ce43cc
@@ -31,7 +31,7 @@ struct db {
|
||||
*
|
||||
* Params:
|
||||
* @ctx: the tal_t context to allocate from
|
||||
* @ld: the lightningd context to hand to ugprade functions.
|
||||
* @ld: the lightningd context to hand to upgrade functions.
|
||||
* @log: where to log messages to
|
||||
*/
|
||||
struct db *db_setup(const tal_t *ctx, struct lightningd *ld, struct log *log);
|
||||
|
||||
Reference in New Issue
Block a user