From 0e42e5b23de0954d29e2ba035569bde2fdd1ce9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bordalo?= Date: Fri, 29 Nov 2024 12:16:57 +0000 Subject: [PATCH] fix return value of mintProofs --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 03eab35..747834b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -45,7 +45,7 @@ export class Nutjar { setTimeout(res, 5000); }); } - const { proofs } = await this.wallet.mintProofs(amountInSats, quote, { + const proofs = await this.wallet.mintProofs(amountInSats, quote, { pubkey: "02" + this.pubkey, }); await this.transport.send(