diff --git a/src/background.ts b/src/background.ts index 006c027..7922cc5 100644 --- a/src/background.ts +++ b/src/background.ts @@ -2093,8 +2093,7 @@ export async function createGroup({ const signedBytes = Base58.encode(tx.signedBytes); const res = await processTransactionVersion2(signedBytes); - if (!res?.signature) - throw new Error("Transaction was not able to be processed"); + if (!res?.signature) throw new Error(res?.message || "Transaction was not able to be processed"); return res; } export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) { diff --git a/src/components/Group/AddGroup.tsx b/src/components/Group/AddGroup.tsx index f4c6e6d..ed90c8c 100644 --- a/src/components/Group/AddGroup.tsx +++ b/src/components/Group/AddGroup.tsx @@ -194,7 +194,7 @@ export const AddGroup = ({ address, open, setOpen }) => { - Add Group + Group Mgmt - Add Group + Group Mgmt )} {chatMode === "directs" && (