@haven-fi/solauto-sdk 1.0.184 → 1.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -218,7 +218,7 @@ class TransactionsManager {
|
|
|
218
218
|
const items = [...transactions];
|
|
219
219
|
const client = this.txHandler;
|
|
220
220
|
const updateLookupTable = await client.updateLookupTable();
|
|
221
|
-
const updateLutTxName = "
|
|
221
|
+
const updateLutTxName = "create lookup table";
|
|
222
222
|
if (updateLookupTable &&
|
|
223
223
|
updateLookupTable.updateLutTx.getInstructions().length > 0 &&
|
|
224
224
|
updateLookupTable?.needsToBeIsolated) {
|
package/package.json
CHANGED
|
@@ -323,7 +323,7 @@ export class TransactionsManager {
|
|
|
323
323
|
const client = this.txHandler as SolautoClient;
|
|
324
324
|
|
|
325
325
|
const updateLookupTable = await client.updateLookupTable();
|
|
326
|
-
const updateLutTxName = "
|
|
326
|
+
const updateLutTxName = "create lookup table";
|
|
327
327
|
if (
|
|
328
328
|
updateLookupTable &&
|
|
329
329
|
updateLookupTable.updateLutTx.getInstructions().length > 0 &&
|