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
In nodes while preforming DKG rounds, the temp data stores in memory (self.key_gens[dkg_id]). This method of implementation will result in the following error:
In nodes while preforming DKG rounds, the temp data stores in memory (
self.key_gens[dkg_id]
). This method of implementation will result in the following error:The root cause of this error is that we use 5 workers to run nodes and the memory was not shared.
The text was updated successfully, but these errors were encountered: