mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
db: Migrate wallet.c to the new abstraction layer
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
f19dc2ecc1
commit
b06cb68330
2530
wallet/wallet.c
2530
wallet/wallet.c
File diff suppressed because it is too large
Load Diff
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user