Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 18, 2024
1 parent 2b7c9d9 commit 31bd14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Address } from './address';

export interface Address {
address: string;
type: P2TR;
type: any;
scriptPubKey: string;
scriptSig: string;
}

0 comments on commit 31bd14e

Please sign in to comment.