Skip to content

Commit

Permalink
chore:remove duplicate data
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Dec 16, 2024
1 parent 4307bf3 commit 051de81
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/CashuWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { DLEQ, type Proof as NUT11Proof } from '@cashu/crypto/modules/common/ind
import { bytesToHex, hexToBytes, randomBytes } from '@noble/hashes/utils';
import { CashuMint } from './CashuMint.js';
import { BlindedMessage } from './model/BlindedMessage.js';
import { MintInfo } from './model/MintInfo.js';
import {
BlindingData,
GetInfoResponse,
Expand Down Expand Up @@ -52,18 +53,6 @@ import {
stripDleq,
sumProofs
} from './utils.js';
import { hashToCurve, pointFromHex } from '@cashu/crypto/modules/common';
import {
blindMessage,
constructProofFromPromise,
serializeProof
} from '@cashu/crypto/modules/client';
import { deriveBlindingFactor, deriveSecret } from '@cashu/crypto/modules/client/NUT09';
import { createP2PKsecret, getSignedProofs } from '@cashu/crypto/modules/client/NUT11';
import { type Proof as NUT11Proof, DLEQ } from '@cashu/crypto/modules/common/index';
import { SubscriptionCanceller } from './model/types/wallet/websocket.js';
import { verifyDLEQProof_reblind } from '@cashu/crypto/modules/client/NUT12';
import { MintInfo } from './model/MintInfo.js';

/**
* The default number of proofs per denomination to keep in a wallet.
Expand Down

0 comments on commit 051de81

Please sign in to comment.