mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
change response to base58
This commit is contained in:
parent
24a1a0eebf
commit
4376c906bc
@ -3209,7 +3209,7 @@ export const signTransaction = async (data, isFromExtension) => {
|
|||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user