Skip to content

Commit

Permalink
Use correct BN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody4618 committed Jan 9, 2025
1 parent 533d0e9 commit 2747a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ import {
Idl,
AnchorProvider,
EventParser,
EventData,
BorshAccountsCoder,
BorshInstructionCoder,
BN,
} from "@coral-xyz/anchor";
import * as fs from "fs";
import * as path from "path";
import BN from "bn.js";

export const confirmTransaction = async (
connection: Connection,
Expand Down

0 comments on commit 2747a3b

Please sign in to comment.