rgb-cln/wallet
practicalswift 1f46262278 Remove unused parameter testname in create_test_db(const char *testname) 2018-02-22 10:46:30 +01:00
..
test Remove unused parameter testname in create_test_db(const char *testname) 2018-02-22 10:46:30 +01:00
.gitignore
Makefile invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
db.c Mark intentionally unused parameters as such (with "UNUSED") 2018-02-22 01:09:12 +00:00
db.h sqlite3_column_arr: helper to allocate and read an array from a blob. 2018-02-19 02:56:51 +00:00
invoices.c Mark intentionally unused parameters as such (with "UNUSED") 2018-02-22 01:09:12 +00:00
invoices.h invoices: Add expiration timer system. 2018-02-05 08:52:42 +00:00
wallet.c wallet: load route_nodes and route_channels when seeking a particular entry. 2018-02-20 01:38:32 +00:00
wallet.h wallet: make static, not dynamic decision to insert for everything. 2018-02-19 02:56:51 +00:00
walletrpc.c tools/generate-wire.py: remove length argument from fromwire_ routines. 2018-02-20 22:36:21 +01:00
walletrpc.h