rgb-cln/wallet
Christian Decker 3b9b7dc9dc wallet: Add a simple txo rescan command to sync with bitcoind UTXO
So many channels stuck in channeld_awaiting_lockin, and I don't like
suggesting manually editing the DB, so this adds a very simple way to
sync with bitcoind's UTXO view. `dev` since it is dangerous, then
again if bitcoind says those funds aren't available there's little we
can do anyway.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-02-01 03:12:43 +00:00
..
test wallet: abstract away delayed entry of wallet_payment. 2018-01-17 23:55:35 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
db.c pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
db.h pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
invoices.c delinvoice: fixes. 2018-01-19 22:23:45 +00:00
invoices.h Fix typos 2018-01-18 20:50:07 +01:00
wallet.c pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
wallet.h pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
walletrpc.c wallet: Add a simple txo rescan command to sync with bitcoind UTXO 2018-02-01 03:12:43 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30