Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehh committed Jan 24, 2025
1 parent 798d12f commit e4cbbda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adapters/unisat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ class UnisatAdapter extends SatsConnectAdapter {
publicKey: pk,
addressType,
purpose: AddressPurpose.Payment,
walletType: 'software',
};
const ordinalsAddress: Address = {
address,
publicKey: pk,
addressType,
purpose: AddressPurpose.Ordinals,
walletType: 'software',
};
const response: Return<'getAccounts'> = [];
if (purposes.includes(AddressPurpose.Payment)) {
Expand Down

0 comments on commit e4cbbda

Please sign in to comment.