core-lightning/wallet
Christian Decker 7738bccf42 wallet: Move coin-selection primitives to wallet
We'll re-use them a few times so having them at a central location is
nice. We also fix a bug that was unreserving UTXO entries upon free,
instead of promoting them to being spent.
2017-06-23 16:02:20 +09:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db_tests.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
db.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
db.h wallet: Helper to store/retrieve persistent vars to/from DB 2017-06-06 09:16:10 +09:30
Makefile wallet: Add compile dependency on CCAN 2017-06-06 09:16:10 +09:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet_tests.c wallet: Reserve UTXOs used in build_utxos 2017-06-06 09:16:10 +09:30
wallet.c wallet: Move coin-selection primitives to wallet 2017-06-23 16:02:20 +09:30
wallet.h wallet: Move coin-selection primitives to wallet 2017-06-23 16:02:20 +09:30