You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn
Transaction references a signature that is unnecessary, only the fee payer and instruction signer accounts should sign a transaction. This behavior is deprecated and will throw an error in the next major version release.
47 | transaction.partialSign(...[owner.solana])
48 |
> 49 | return transaction.serialize({ requireAllSignatures: false, verifySignatures: false })
| ^
50 | }
51 |
The text was updated successfully, but these errors were encountered:
To reproduce it, run
yarn test:sdk:e2e
The text was updated successfully, but these errors were encountered: