Browse Source

db: Migrate wallet.c to the new abstraction layer

Signed-off-by: Christian Decker <decker.christian@gmail.com>
pull/2803/head
Christian Decker 6 years ago
committed by Rusty Russell
parent
commit
b06cb68330
  1. 1960
      wallet/wallet.c
  2. 2
      wallet/wallet.h

1960
wallet/wallet.c

File diff suppressed because it is too large

2
wallet/wallet.h

@ -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…
Cancel
Save