You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: target_chains/solana/sdk/js/solana_utils/src/transaction.ts
+29-2
Original file line number
Diff line number
Diff line change
@@ -259,11 +259,25 @@ export class TransactionBuilder {
259
259
);
260
260
}
261
261
262
+
// This handles an edge case where a single instruction is too big and therefore needs to be by itself without any compute budget instructions or jito tips
@@ -310,8 +324,21 @@ export class TransactionBuilder {
310
324
);
311
325
}
312
326
327
+
// This handles an edge case where a single instruction is too big and therefore needs to be by itself without any compute budget instructions or jito tips
0 commit comments