Skip to content

Commit

Permalink
chore: add comment to migrate to 1.0 in future
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jan 23, 2025
1 parent 64ff15e commit 760f7a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/walletInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ type Wallets = {
[publicKey: string]: Partial<WalletInfo>;
};

// TODO: In the future when we deprecate NIP-04 and stop
// support for version 0.0 we would have display wallets
// using 0.0 as deprecated and write a migration
export async function storeWalletInfo(
publicKey: string,
walletData: Partial<WalletInfo>,
Expand Down

0 comments on commit 760f7a1

Please sign in to comment.