Skip to content

Commit f40c203

Browse files
author
Bean
authored
Merge branch 'master' into feature/lit-3911-add-request-id-aggregation-to-logger-when-logging-is-diabled
2 parents d0f3677 + c12c427 commit f40c203

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)