mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 06:54:30 +01:00
database: pull out database code into a new module
We're going to reuse the database controllers for the accounting plugin
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "config.h"
|
||||
#include <ccan/io/io.h>
|
||||
#include <common/memleak.h>
|
||||
#include <db/exec.h>
|
||||
#include <db/utils.h>
|
||||
#include <lightningd/plugin_hook.h>
|
||||
|
||||
/* Struct containing all the information needed to deserialize and
|
||||
|
||||
Reference in New Issue
Block a user