We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33db07a commit c8e9c08Copy full SHA for c8e9c08
packages/library-legacy/src/connection.ts
@@ -5696,7 +5696,7 @@ export class Connection {
5696
}
5697
5698
const wireTransaction = transaction.serialize();
5699
- return await this.sendRawTransaction(wireTransaction, options);
+ return await this.sendRawTransaction(wireTransaction, signersOrOptions);
5700
5701
5702
if (signersOrOptions === undefined || !Array.isArray(signersOrOptions)) {
0 commit comments