File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ func MakeInternalTransferWithAuthorityTransaction(
240240
241241 instructions := []solana.Instruction {
242242 compute_budget .SetComputeUnitPrice (1_000 ),
243- compute_budget .SetComputeUnitLimit (200_000 ),
243+ compute_budget .SetComputeUnitLimit (100_000 ),
244244 execInstruction ,
245245 }
246246 return MakeNoncedTransaction (nonce , bh , instructions ... )
@@ -296,7 +296,7 @@ func MakeExternalTransferWithAuthorityTransaction(
296296
297297 instructions := []solana.Instruction {
298298 compute_budget .SetComputeUnitPrice (1_000 ),
299- compute_budget .SetComputeUnitLimit (200_000 ),
299+ compute_budget .SetComputeUnitLimit (100_000 ),
300300 execInstruction ,
301301 }
302302 return MakeNoncedTransaction (nonce , bh , instructions ... )
You can’t perform that action at this time.
0 commit comments