ssv icon indicating copy to clipboard operation
ssv copied to clipboard

Exporter stores multiple operators with the same index

Open amirylm opened this issue 3 years ago • 0 comments

e.g.

{
  "publicKey": "...",
  "name": "genesis4",
  "ownerAddress": "...",
  "index": 1
},
{
  "publicKey": "...",
  "name": "genesis2",
  "ownerAddress": "...",
  "index": 1
}

amirylm avatar Oct 07 '21 11:10 amirylm