Added ln_getinvoice and ln_decodebolt11

This commit is contained in:
kexkey
2019-01-09 13:31:02 -05:00
committed by kexkey
parent b719992a0c
commit 986dfba936
3 changed files with 50 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ INSERT INTO cyphernode_props (property, value) VALUES ("pay_index", "0");
CREATE TABLE ln_invoice (
id INTEGER PRIMARY KEY AUTOINCREMENT,
label TEXT UNIQUE,
bolt11 TEXT UNIQUE,
status TEXT,
callback_url TEXT,