fix: description_hash as an optional param to create_invoice.
fixes https://github.com/lnbits/lnbits/issues/74
This commit is contained in:
parent
660d56d400
commit
68b0adfe66
11 changed files with 77 additions and 50 deletions
2
Makefile
2
Makefile
|
|
@ -6,5 +6,5 @@ prettier: $(shell find lnbits -name "*.js" -name ".html")
|
|||
mypy: $(shell find lnbits -name "*.py")
|
||||
mypy lnbits
|
||||
|
||||
mypy: $(shell find lnbits -name "*.py")
|
||||
black: $(shell find lnbits -name "*.py")
|
||||
black lnbits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue