File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,10 @@ export class grpcDriftClientAccountSubscriberV2 extends WebSocketDriftClientAcco
213213 marketIndex ,
214214 accountPubkey ,
215215 ] of perpMarketIndexToAccountPubkeys ) {
216- this . perpMarketIndexToAccountPubkeyMap . set ( marketIndex , accountPubkey . toBase58 ( ) ) ;
216+ this . perpMarketIndexToAccountPubkeyMap . set (
217+ marketIndex ,
218+ accountPubkey . toBase58 ( )
219+ ) ;
217220 }
218221
219222 const perpMarketPubkeys = perpMarketIndexToAccountPubkeys . map (
@@ -272,7 +275,10 @@ export class grpcDriftClientAccountSubscriberV2 extends WebSocketDriftClientAcco
272275 marketIndex ,
273276 accountPubkey ,
274277 ] of spotMarketIndexToAccountPubkeys ) {
275- this . spotMarketIndexToAccountPubkeyMap . set ( marketIndex , accountPubkey . toBase58 ( ) ) ;
278+ this . spotMarketIndexToAccountPubkeyMap . set (
279+ marketIndex ,
280+ accountPubkey . toBase58 ( )
281+ ) ;
276282 }
277283
278284 const spotMarketPubkeys = spotMarketIndexToAccountPubkeys . map (
You can’t perform that action at this time.
0 commit comments