Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ export class AccountTreeController extends BaseController<

// Get the prefix for groups of this wallet
const namePrefix = rule.getDefaultAccountGroupPrefix(wallet);
assert(namePrefix.length > 0, 'Account name prefix cannot be empty');

// Skip computed names for now - use default naming with per-wallet logic
// TODO: Implement computed names in a future iteration
Expand Down
Loading