removed merge defects

This commit is contained in:
dd 2021-02-22 22:02:26 -05:00
parent b84c14b19a
commit fdd723fac1
2 changed files with 0 additions and 4 deletions

View File

@ -291,9 +291,6 @@ export class MarginAccount {
}
export class MangoClient {
async initMangoGroup() {
throw new Error("Not Implemented");
}
async sendTransaction(
connection: Connection,

View File

@ -3,7 +3,6 @@ import { PublicKey, SYSVAR_CLOCK_PUBKEY, TransactionInstruction } from '@solana/
import { Order } from '@project-serum/serum/lib/market';
import { encodeMangoInstruction } from './layout';
import { TOKEN_PROGRAM_ID } from '@project-serum/serum/lib/token-instructions';
import BN from 'bn.js';
// export function makeInitMangoGroupInstruction(
// programId: PublicKey,