fix(with-solana): disable transaction.addSignature temporarily

This commit is contained in:
Ben Kremer 2022-03-15 13:16:10 +01:00
parent e1dc7f83a7
commit 6f4a52a8d9

View File

@ -133,8 +133,7 @@ export default function App() {
},
});
// @ts-expect-error
transaction.addSignature(publicKey, bs58.decode(signature));
// transaction.addSignature(senderPublicKey, bs58.decode(signature));
return {
method: SolanaRpcMethod.SOL_SIGN_TRANSACTION,