db: Migrate wallet.c to the new abstraction layer

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2019-08-20 09:54:38 +02:00 committed by Rusty Russell
parent f19dc2ecc1
commit b06cb68330
2 changed files with 1326 additions and 1206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -300,7 +300,7 @@ struct wallet_transaction {
};
/**
* wallet_new - Constructor for a new sqlite3 based wallet
* wallet_new - Constructor for a new DB based wallet
*
* This is guaranteed to either return a valid wallet, or abort with
* `fatal` if it cannot be initialized.