@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.
@@ -6440,7 +6440,7 @@ class Connection {
6440
6440
  throw new Error('Invalid arguments');
6441
6441
  }
6442
6442
  const wireTransaction = transaction.serialize();
6443
- return await this.sendRawTransaction(wireTransaction, options);
6443
+ return await this.sendRawTransaction(wireTransaction, signersOrOptions);
6444
6444
  }
6445
6445
  if (signersOrOptions === undefined || !Array.isArray(signersOrOptions)) {
6446
6446
  throw new Error('Invalid arguments');