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:
Rusty Russell
2022-06-19 16:43:11 +09:30
parent cff859331d
commit 4daa1b37ec
3 changed files with 1 additions and 76 deletions

View File

@@ -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