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
Using the function dkg.paranet.addCuratedMiners(<paranetUAL>, <listOfMiners>) will result in error of one of the miners in the list already is added. Should this function rather just warn that it is already added, and do nothing for that specific one. Before adding the others if it is not yet added?
The text was updated successfully, but these errors were encountered:
Playing around with v8/develop branch and code from https://github.com/OriginTrail/dkg.js/blob/v8/develop/examples/curated-paranet-demo.js
Using the function
dkg.paranet.addCuratedMiners(<paranetUAL>, <listOfMiners>)
will result in error of one of the miners in the list already is added. Should this function rather just warn that it is already added, and do nothing for that specific one. Before adding the others if it is not yet added?The text was updated successfully, but these errors were encountered: