@solana/web3.js 1.73.3 → 1.73.4

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.
package/lib/index.cjs.js CHANGED
@@ -8996,7 +8996,7 @@ class Connection {
8996
8996
  throw new Error('Invalid arguments');
8997
8997
  }
8998
8998
  const wireTransaction = transaction.serialize();
8999
- return await this.sendRawTransaction(wireTransaction, options);
8999
+ return await this.sendRawTransaction(wireTransaction, signersOrOptions);
9000
9000
  }
9001
9001
  if (signersOrOptions === undefined || !Array.isArray(signersOrOptions)) {
9002
9002
  throw new Error('Invalid arguments');