We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6950048 commit 3d98db0Copy full SHA for 3d98db0
lightningd/invoice.c
@@ -840,6 +840,11 @@ invoice_complete(struct invoice_info *info,
840
"preimage already used");
841
}
842
843
+ // FIXME(vincenzopalazzo): to support create rgb lightning invoice we should add:
844
+ //
845
+ // 1: `rgb_amount` tag that shows the rgb amount on the chain
846
+ // 2: `rgb_contract_id` tag that fix the invoice from a specific
847
+ // RGB assert.
848
if (!invoices_create(wallet->invoices,
849
&inv_dbid,
850
info->b11->msat,
0 commit comments