mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-01 18:15:54 +00:00
change response to base58
This commit is contained in:
parent
f7e9ea8d78
commit
a5389000f3
@ -3290,7 +3290,7 @@ export const signTransaction = async (data, isFromExtension) => {
|
|||||||
const signedBytes = utils.appendBuffer(arbitraryBytesBuffer, signature);
|
const signedBytes = utils.appendBuffer(arbitraryBytesBuffer, signature);
|
||||||
const signedBytesToBase58 = Base58.encode(signedBytes);
|
const signedBytesToBase58 = Base58.encode(signedBytes);
|
||||||
if(!shouldProcess){
|
if(!shouldProcess){
|
||||||
return uint8ArrayToBase64(signedBytes);
|
return signedBytesToBase58
|
||||||
}
|
}
|
||||||
const res = await processTransactionVersion2(signedBytesToBase58);
|
const res = await processTransactionVersion2(signedBytesToBase58);
|
||||||
if (!res?.signature)
|
if (!res?.signature)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user