@haven-fi/solauto-sdk 1.0.767 → 1.0.768

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.
@@ -238,7 +238,7 @@ async function spamSendTransactionUntilConfirmed(connection, transaction, blockh
238
238
  await sendTx();
239
239
  }, spamInterval);
240
240
  if (!transactionSignature) {
241
- throw new Error("Failed to send");
241
+ throw new Error("No transaction signature found");
242
242
  }
243
243
  const resp = await connection
244
244
  .confirmTransaction({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.767",
3
+ "version": "1.0.768",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Typescript SDK for the Solauto program on the Solana blockchain",
@@ -409,7 +409,7 @@ async function spamSendTransactionUntilConfirmed(
409
409
  }, spamInterval);
410
410
 
411
411
  if (!transactionSignature) {
412
- throw new Error("Failed to send");
412
+ throw new Error("No transaction signature found");
413
413
  }
414
414
 
415
415
  const resp = await connection