Skip to content

Commit 4df408f

Browse files
authored
Merge branch 'master' into staging/v7
2 parents b4f1658 + c12c427 commit 4df408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrapped-keys-lit-actions/src/lib/solana/signTransactionWithSolanaEncryptedKey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const { removeSaltFromDecryptedKey } = require('../utils');
8080
);
8181

8282
transaction.sign(solanaKeyPair);
83-
const signature = transaction.signature.toString('base64');
83+
const signature = ethers.utils.base58.encode(transaction.signature);
8484

8585
if (broadcast) {
8686
const solanaConnection = new Connection(

0 commit comments

Comments
 (0)