diff --git a/src/background.ts b/src/background.ts index 345acd2..69a2ef9 100644 --- a/src/background.ts +++ b/src/background.ts @@ -2472,7 +2472,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; }