From 085070f4ef49f2eedd4b900f19e1ed674f608670 Mon Sep 17 00:00:00 2001 From: Conner Gallagher Date: Tue, 21 Jun 2022 11:27:09 +0200 Subject: [PATCH] removed comment --- libraries/ts/src/sbv2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ts/src/sbv2.ts b/libraries/ts/src/sbv2.ts index ae59264..ddf4095 100644 --- a/libraries/ts/src/sbv2.ts +++ b/libraries/ts/src/sbv2.ts @@ -731,7 +731,7 @@ export class AggregatorAccount { program: anchor.Program; - publicKey: PublicKey; // why was this optional + publicKey: PublicKey; keypair?: Keypair;