vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Split account error into different state errors #117

Closed elboletaire closed 9 months ago

elboletaire commented 9 months ago

Right now you cannot differentiate between an error from a fetchAccount and one from createAccount, because both use the same set error method.

They should be split into different state errors.