Skip to content

Commit b1fd6d7

Browse files
Update packages/wrapped-keys-lit-actions/src/lib/solana/signTransactionWithSolanaEncryptedKey.js
Co-authored-by: Wyatt Barnes <[email protected]> Signed-off-by: Anson <[email protected]>
1 parent 1411747 commit b1fd6d7

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 = bs58.encode(transaction.signature);
83+
const signature = ethers.utils.base58.encode(transaction.signature);
8484

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

0 commit comments

Comments
 (0)