You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's plausible that this caused by the same bug as the memo-duplication that @AloeareV is working on. Can we add a test that surfaces this bug? @fluidvanadium ?
Oh, this is more simple then that... sorry for my bad explanation... I'm going to try again:
In zingo-pc you can create the address book by yourself (it is a JSON file in the PC) and you have to fill two values to add a row, label & address. You manually can create the number of rows that you want, filling the label and copy/paste whatever address you want. It's for now, a really rustic feature.
And I noticed these:
you cannot create two records with the same label (I feel this is correct)
you CAN create two records with the same address (here is my question... I don't know if this make sense or not).
Maybe all of this doesn't matter because in a short term we have to change this behavior aligned with the new zingolib-memo implementation... @zancas
The App check about the same
label
but no about the same address... I don't know if make any sense to have the same address under different labels.@zancas What do you think? this make sense?
The text was updated successfully, but these errors were encountered: