diff --git a/src/background.ts b/src/background.ts index f36954e..d74d3e4 100644 --- a/src/background.ts +++ b/src/background.ts @@ -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; }