Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Sep 22, 2023
1 parent a8d44dc commit dc4fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/utils/Wallets.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Keypair, PublicKey, Transaction } from '@solana/web3.js';
import { Convergence, Signer } from '..';
import { Convergence } from '..';

interface Wallet {
signTransaction(tx: Transaction): Promise<Transaction>;
Expand Down

0 comments on commit dc4fdab

Please sign in to comment.