mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
This is likely the last part we need to completely encapsulate the part of the sqlite3 API that we were using. Like the `db_count_changes` call I decided to pass in the `struct db_stmt` since really they refer to the statement that was executed and not the db. Signed-off-by: Christian Decker <decker.christian@gmail.com>