@@ -122,7 +122,7 @@ const addAccount = async (network: string): Promise<Account | undefined> => {
indices,
);
return { pubKey, address, id };
return { id, pubKey, address };
} catch (error) {
console.error('Error creating account:', error);
}
The note is not visible to the blocked user.