devtools/bolt11-cli: simple helper to decode bolt11.

Can be extended to encode later, for example.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-11-22 10:56:08 +10:30
committed by Christian Decker
parent 45f5bb7fac
commit 1648eb548a
4 changed files with 197 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ include lightningd/Makefile
include cli/Makefile
include test/Makefile
include doc/Makefile
include devtools/Makefile
# Git doesn't maintain timestamps, so we only regen if git says we should.
CHANGED_FROM_GIT = [ x"`git log $@ | head -n1`" != x"`git log $< | head -n1`" -o x"`git diff $<`" != x"" ]