This website requires JavaScript.
Explore
Help
Register
Sign In
btcpayserver
/
lightning
Watch
1
Star
0
Fork
0
You've already forked lightning
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3fbed24b0d
lightning
/
wallet
History
Rusty Russell
3fbed24b0d
wallet: remove direction column from payments table.
...
We simply discard incoming entries. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-17 22:43:14 +01:00
..
test
wallet: use wallet_payment only for *outgoing* payments.
2018-01-17 22:43:14 +01:00
.gitignore
wallet: Create and manage a sqlite3 database for the wallet
2017-06-06 09:16:10 +09:30
db.c
wallet: remove direction column from payments table.
2018-01-17 22:43:14 +01:00
db.h
wallet: Added unilateral close info to utxo
2018-01-08 17:19:25 +01:00
invoices.c
invoices: Extensive reorganization of invoice system.
2018-01-16 13:03:54 +01:00
invoices.h
invoices: Extensive reorganization of invoice system.
2018-01-16 13:03:54 +01:00
Makefile
invoices: Extensive reorganization of invoice system.
2018-01-16 13:03:54 +01:00
wallet.c
wallet: remove direction column from payments table.
2018-01-17 22:43:14 +01:00
wallet.h
wallet: use wallet_payment only for *outgoing* payments.
2018-01-17 22:43:14 +01:00
walletrpc.c
withdraw: Swap 'satoshi' and 'destination' params to match online help.
2018-01-17 00:51:18 +01:00
walletrpc.h
walletrpc: Implemented the withdrawal flow
2017-06-23 16:02:20 +09:30