Note $\,x\equiv -4\pmod{\!55}\iff x\equiv 51, 106\pmod{\!110},\,$ so those are the sought $2$ solutions.
However you got lucky. The method you used will generally introduce extraneous solutions because you scaled by a number $(4)$ this is noninvertible $\bmod{110}$. To remedy that in general you need to test which of the derived possible solutions are actual solutions. This is not needed when we scale by invertibles since that yields equivalent congruences, i.e. the congruences are connected by $(\!\!\iff\!\!)$ arrows, vs. $(\Rightarrow)$.
For example if we do the same problem mod $220$ and scale by $8$ we deduce that any solution again satisfies $\,x\equiv -4\pmod{\!55},\,$ but only two of those $4$ possible solutions are actually solutions, viz. $\,x\equiv 51\pmod{\!110}\iff x\equiv 51,\,161\pmod{\!220}$.
You can avoid such problems by cancelling $\,2 =\gcd(26,110)\,$ at the start (vs. end), as in the general solution method explained in this answer.
Another handy way to solve such congruences is to use the fractional extended Euclidean algorithm, which is closely related to the method that you (implicitly) employed.