Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Jan 18, 2024
1 parent 8a3e07b commit 8d71bb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CashuMint } from './CashuMint.js';
import { CashuWallet } from './CashuWallet.js';
import { setGlobalRequestOptions } from './request.js';

import { getEncodedToken, getDecodedToken, deriveKeysetId, decodeInvoice } from './utils.js';
import { decode } from '@gandlaf21/bolt11-decode';
import { generateNewMnemonic, deriveSeedFromMnemonic } from './secrets.js';
Expand All @@ -11,7 +10,7 @@ export * from './model/types/index.js';
/**
* @deprecated use decodeInvoice instead
*/
const getDecodedLnInvoice = decode
const getDecodedLnInvoice = decode;

export {
CashuMint,
Expand Down

0 comments on commit 8d71bb1

Please sign in to comment.