fix(with-solana): disable transaction.addSignature
temporarily
This commit is contained in:
parent
e1dc7f83a7
commit
6f4a52a8d9
@ -133,8 +133,7 @@ export default function App() {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// @ts-expect-error
|
// transaction.addSignature(senderPublicKey, bs58.decode(signature));
|
||||||
transaction.addSignature(publicKey, bs58.decode(signature));
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
method: SolanaRpcMethod.SOL_SIGN_TRANSACTION,
|
method: SolanaRpcMethod.SOL_SIGN_TRANSACTION,
|
||||||
|
Loading…
Reference in New Issue
Block a user