Skip to content

Commit 3d0714f

Browse files
authored
Update README.md
1 parent 64546e2 commit 3d0714f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ var subscription = streaminRpcClient.SubscribeSignature(txSig.Result, (subscript
222222
### Sending a transaction
223223

224224
#### *Important* Understanding priority fees
225-
Transactions poorly optimized for computation will result in a high drop rate. Always specify compute budget and compute price to make sure your transaction is properly processed. Reference existing transactions to figure out what other users interacting with the same programs are using for average fee price. This allows you to compete with other optimized transactions and increase the chance its always processed.
225+
Poorly optimized transactions often get dropped due to high computational demand. To ensure smooth processing, always specify both the compute budget and compute price. Check out how other users set their transaction fees for similar programs; it helps you stay competitive and boosts the chances of your transaction being successfully processed.
226226

227227
```c#
228228
var tx = new TransactionBuilder().

0 commit comments

Comments
 (0)