rgb-cln/wallet
ZmnSCPxj 9842898ca4 Add support for withdrawing to P2SH addresses. 2017-12-13 03:10:04 +00:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: Added loading of HTLCs from the database 2017-10-09 11:51:13 +10:30
db.c Fix typos 2017-12-08 13:07:20 +01:00
db.h db: make db_exec() an internal function. 2017-11-06 10:24:34 +01:00
db_tests.c db: we must always be in a transaction, remove nested, call fatal() 2017-11-06 10:24:34 +01:00
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet.c lightningd: instead of malformed code, keep generic error code. 2017-12-02 12:54:12 +01:00
wallet.h cleanup: Use check_act* in handshake and remove unused static inline 2017-12-12 02:31:03 +00:00
wallet_tests.c Avoid NULL pointer dereference in channelseq(...) 2017-12-11 16:07:57 +01:00
walletrpc.c Add support for withdrawing to P2SH addresses. 2017-12-13 03:10:04 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30