Skip to content

fix(libs): when creating sponsored accounts return correctly duplicat…

Created by: Johaney-s

…ed entries

  • when creating sponsored accounts, unique entries (input lines) were expected and used as key in a map structure
  • identical entries (e.g. same names) would create distinct accounts, but would not return both accounts data from method
  • changing structure from map to list will fix the problem

Merge request reports