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
-
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.keep-core/solidity/random-beacon/contracts/RandomBeacon.sol
Lines 643 to 648 in c9e57b2
Beta Was this translation helpful? Give feedback.
All reactions