You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ZmnSCPxj 5fd74f9933 Change withdraw_tx to accept scriptpubkey rather than plain address. 7 years ago
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 7 years ago
Makefile wallet: Added loading of HTLCs from the database 7 years ago
db.c Fix typos 7 years ago
db.h db: make db_exec() an internal function. 7 years ago
db_tests.c db: we must always be in a transaction, remove nested, call fatal() 7 years ago
test_utils.h wallet: Add wallet_tests and simplify db_tests 7 years ago
wallet.c lightningd: instead of malformed code, keep generic error code. 7 years ago
wallet.h cleanup: Use check_act* in handshake and remove unused static inline 7 years ago
wallet_tests.c Avoid NULL pointer dereference in channelseq(...) 7 years ago
walletrpc.c Change withdraw_tx to accept scriptpubkey rather than plain address. 7 years ago
walletrpc.h walletrpc: Implemented the withdrawal flow 7 years ago