mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-23 08:04:20 +01:00
no description in invoice
This commit is contained in:
@@ -138,7 +138,7 @@ export default function Receive() {
|
||||
async function getUnifiedQr(amount: string) {
|
||||
const bigAmount = BigInt(amount);
|
||||
try {
|
||||
const raw = await state.node_manager?.create_bip21(bigAmount, "TODO DELETE ME");
|
||||
const raw = await state.node_manager?.create_bip21(bigAmount);
|
||||
// Save the raw info so we can watch the address and invoice
|
||||
setBip21Raw(raw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user