mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 10:05:56 +00:00
change response to base58
This commit is contained in:
parent
ae12c31fd0
commit
06c68dd8e8
@ -3471,7 +3471,7 @@ export const signTransaction = async (data, isFromExtension) => {
|
||||
const signedBytes = utils.appendBuffer(arbitraryBytesBuffer, signature);
|
||||
const signedBytesToBase58 = Base58.encode(signedBytes);
|
||||
if(!shouldProcess){
|
||||
return uint8ArrayToBase64(signedBytes);
|
||||
return signedBytesToBase58
|
||||
}
|
||||
const res = await processTransactionVersion2(signedBytesToBase58);
|
||||
if (!res?.signature)
|
||||
|
Loading…
x
Reference in New Issue
Block a user