diff --git a/src/qortalRequests/get.ts b/src/qortalRequests/get.ts index 28a6004..6c8cc56 100644 --- a/src/qortalRequests/get.ts +++ b/src/qortalRequests/get.ts @@ -3209,7 +3209,7 @@ export const signTransaction = async (data, isFromExtension) => { const signedBytesToBase58 = Base58.encode(signedBytes); if(!shouldProcess){ - return uint8ArrayToBase64(signedBytes); + return signedBytesToBase58 } const res = await processTransactionVersion2(signedBytesToBase58);