mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
contrib/pylightning: remove lightning-pay helper.
This example predates the pay plugin! It's obsolete, unmaintained, and probably doesn't work. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -490,7 +490,7 @@ check-markdown:
|
||||
check-spelling:
|
||||
@tools/check-spelling.sh
|
||||
|
||||
PYSRC=$(shell git ls-files "*.py" | grep -v /text.py) contrib/pylightning/lightning-pay
|
||||
PYSRC=$(shell git ls-files "*.py" | grep -v /text.py)
|
||||
|
||||
# Some tests in pyln will need to find lightningd to run, so have a PATH that
|
||||
# allows it to find that
|
||||
|
||||
Reference in New Issue
Block a user