Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Jan 10, 2024
1 parent 30c8547 commit 469d79e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/src/tx/retryTxSender.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { ConfirmationStrategy, TxSigAndSlot } from './types';
import {
ConfirmOptions,
Connection,
} from '@solana/web3.js';
import { ConfirmOptions, Connection } from '@solana/web3.js';
import { AnchorProvider } from '@coral-xyz/anchor';
import { IWallet } from '../types';
import { BaseTxSender } from './baseTxSender';
Expand Down

0 comments on commit 469d79e

Please sign in to comment.