Skip to content

Commit b66b0fd

Browse files
author
Josh Long
committed
Merge branch 'feature/lit-3911-add-request-id-aggregation-to-logger-when-logging-is-diabled' of github.com:LIT-Protocol/js-sdk into feature/lit-3911-add-request-id-aggregation-to-logger-when-logging-is-diabled
2 parents 1b6a6a0 + f40c203 commit b66b0fd

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)