Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Restart of ETHDKG (#9)
Browse files Browse the repository at this point in the history
* Added restart of ETHDKG if final completion detects issue
  • Loading branch information
anthonygd committed Mar 22, 2021
1 parent 67eb61f commit ce1a097
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
22 changes: 11 additions & 11 deletions bindings/bridge.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/dapp.sol.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/facets/EthDKGCompletionFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ contract EthDKGCompletionFacet {
}
}

return reinitialize;
if (reinitialize) {
EthDKGLibrary.initializeState();
}
}
}
}

0 comments on commit ce1a097

Please sign in to comment.