mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +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:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user