From 997301d079a3798ec4074a6a97a82bbdd73d10b8 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Fri, 1 Apr 2022 09:11:08 +0200 Subject: [PATCH] more docs Signed-off-by: microwavedcola1 --- ts/example.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/example.ts b/ts/example.ts index 711878008..16c6a3af4 100644 --- a/ts/example.ts +++ b/ts/example.ts @@ -18,6 +18,9 @@ import { } from './instructions'; async function main() { + // + // Setup + // const options = Provider.defaultOptions(); const connection = new Connection( 'https://mango.devnet.rpcpool.com', @@ -159,7 +162,7 @@ async function main() { )} Deposits for bank ${freshBank.tokenIndex}`, ); - // close + // close mango account await closeMangoAccount(client, account.publicKey, admin.publicKey); accounts = await getMangoAccountsForGroupAndOwner( client,