Skip to content

Commit b55ed8c

Browse files
committed
fix
1 parent 31a46aa commit b55ed8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/oft-solana/tasks/solana/updateMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ async function updateTokenExtensionsMetadata({
324324
const transaction = new VersionedTransaction(message)
325325

326326
if (vaultPda) {
327-
const base58Tx = bs58.encode(transaction.message.serialize())
327+
const base58Tx = bs58.encode(new Uint8Array(transaction.message.serialize()))
328328
console.log('==== Import the following base58 txn data into the Squads UI ====')
329329
console.log(base58Tx)
330330
} else {

0 commit comments

Comments
 (0)