fix: comments, minor fixes

This commit is contained in:
smypmsa
2025-04-29 11:56:55 +00:00
parent 465e804d39
commit a36fab7352
6 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ class SolanaClient:
# Add priority fee instructions if applicable
if priority_fee is not None:
fee_instructions = [
set_compute_unit_limit(70_000), # Default compute unit limit
set_compute_unit_limit(72_000), # Default compute unit limit
set_compute_unit_price(priority_fee),
]
instructions = fee_instructions + instructions