fix: eslint errors

This commit is contained in:
2023-05-25 11:12:08 +01:00
parent f684658183
commit 9bfb6ede0a
11 changed files with 14 additions and 17 deletions

View File

@ -1,5 +1,4 @@
import { InvoiceRequest, LNWallet, Sats, WalletError, WalletErrorCode, WalletInfo, WalletInvoice } from "Wallet";
import { LNWallet, Sats, WalletError, WalletErrorCode, WalletInfo, WalletInvoice } from "Wallet";
import { CashuMint, CashuWallet as TheCashuWallet, Proof } from "@cashu/cashu-ts";
export class CashuWallet implements LNWallet {