mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-06-18 06:01:21 +00:00
fix inviteToGroup error message
This commit is contained in:
parent
674b547a58
commit
dd3359a580
@ -2900,7 +2900,7 @@ export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
||||
|
||||
const res = await processTransactionVersion2(signedBytes);
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user