Skip to content

Commit 6449055

Browse files
Fix formatting in skipPreflight option
Co-Authored-By: Tejas Badadare <[email protected]>
1 parent a7269f2 commit 6449055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/price-feeds/use-real-time-data/solana.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ await pythSolanaReceiver.provider.sendAll(
360360
await transactionBuilder.buildVersionedTransactions({
361361
computeUnitPriceMicroLamports: 50000,
362362
}),
363-
{ skipPreflight: true }
363+
{ skipPreflight: true }
364364
);
365365
```
366366

0 commit comments

Comments
 (0)