Skip to content

Commit

Permalink
move cashu lib into app/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnuf committed Dec 22, 2024
1 parent a17ee6e commit 0ba8752
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/cashu/proof.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, test } from 'bun:test';
import type { Proof } from '@cashu/cashu-ts';
import { getP2PKPubkeyFromProofs } from '../../lib/cashu';
import { getP2PKPubkeyFromProofs } from '../../app/lib/cashu';

describe('getP2PKPubkeyFromProofs', () => {
const proofWithP2PKSecret: Proof = {
Expand Down
2 changes: 1 addition & 1 deletion test/cashu/secret.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from 'bun:test';
import { parseSecret } from '../../lib/cashu/secret';
import { parseSecret } from '../../app/lib/cashu/secret';

describe('parseSecret', () => {
test('should return a secret as described in NUT00', () => {
Expand Down

0 comments on commit 0ba8752

Please sign in to comment.