Replies: 1 comment
-
Implemented for ECDSA Wallets: f03de3b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe we should surround all calls to
staking.seize
function with a try/catch block, similar as we do withstaking.slash
.If we don't do that
challangeDkgResult
may not be effective in case of any problems in the staking contract.https://github.com/keep-network/keep-core/blob/c9e57b21666ae090cf422b920944557759c15ab0/solidity/random-beacon/contracts/RandomBeacon.sol#L643-L648
Beta Was this translation helpful? Give feedback.
All reactions