From 418d6649e474f76768f22f9981c4a847cbb8f326 Mon Sep 17 00:00:00 2001 From: Jayant Krishnamurthy Date: Thu, 9 Nov 2023 12:34:44 -0800 Subject: [PATCH] minor --- staking/tests/split_vesting_account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking/tests/split_vesting_account.ts b/staking/tests/split_vesting_account.ts index 9ab56ad4..5e50ab20 100644 --- a/staking/tests/split_vesting_account.ts +++ b/staking/tests/split_vesting_account.ts @@ -10,7 +10,7 @@ import { import path from "path"; import { Keypair, PublicKey, Transaction } from "@solana/web3.js"; import { StakeConnection, PythBalance, VestingAccountState } from "../app"; -import { ErrorCode, BN, Wallet, AnchorError } from "@project-serum/anchor"; +import { BN, Wallet } from "@project-serum/anchor"; import { assertBalanceMatches, OptionalBalanceSummary,