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(
240
240
241
241
instructions := []solana.Instruction {
242
242
compute_budget .SetComputeUnitPrice (1_000 ),
243
- compute_budget .SetComputeUnitLimit (200_000 ),
243
+ compute_budget .SetComputeUnitLimit (100_000 ),
244
244
execInstruction ,
245
245
}
246
246
return MakeNoncedTransaction (nonce , bh , instructions ... )
@@ -296,7 +296,7 @@ func MakeExternalTransferWithAuthorityTransaction(
296
296
297
297
instructions := []solana.Instruction {
298
298
compute_budget .SetComputeUnitPrice (1_000 ),
299
- compute_budget .SetComputeUnitLimit (200_000 ),
299
+ compute_budget .SetComputeUnitLimit (100_000 ),
300
300
execInstruction ,
301
301
}
302
302
return MakeNoncedTransaction (nonce , bh , instructions ... )
You can’t perform that action at this time.
0 commit comments