mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-06-18 05:41:22 +00:00
fix inviteToGroup error message
This commit is contained in:
parent
1482a8ed60
commit
74d064f735
@ -2472,7 +2472,7 @@ export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
|||||||
|
|
||||||
const res = await processTransactionVersion2(signedBytes);
|
const res = await processTransactionVersion2(signedBytes);
|
||||||
if (!res?.signature)
|
if (!res?.signature)
|
||||||
throw new Error("Transaction was not able to be processed");
|
throw new Error(res?.message || "Transaction was not able to be processed");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user