mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-04 05:25:37 +01:00
Added ln_getinvoice and ln_decodebolt11
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user