This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
lightning
mirror of
https://github.com/lukechilds/lightning.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
7400
Commits
55
Branches
107
Tags
38 MiB
Tree:
2b75a46a6c
lightning
/
plugins
/
.gitignore
4 lines
26 B
Raw
Normal View
History
plugins: minimal 'pay' plugin. I wrote this sync first, then rewrote async, then developed libplugin. But committing all that just wastes reviewer time, so I present it as if it was always asnc and using the library helper. Currently the command it registers is 'pay2', but when it's complete we'll remove the internal 'pay' and rename it. This does a single 'getroute/sendpay' call. No retries, no options. Shockingly, this by itself is almost sufficient to pass our current test suite with `pay`->`pay2`. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
pay
plugins/.gitignore: Also ignore autoclean.
6 years ago
autoclean
plugins/.gitignore: Add `fundchannel` entry
5 years ago
fundchannel