Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit f45df37

Browse files
committed
Added todo about initialization period
1 parent 23ef93f commit f45df37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solidity/contracts/ETHStaking.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ contract ETHStaking is Authorizations, StakeDelegatable {
5959
operators[operator] = Operator(0, _from, beneficiary, authorizer);
6060
ownerOperators[_from].push(operator);
6161

62+
// TODO: Add initialization period as per https://github.com/keep-network/keep-ecdsa/pull/483#discussion_r468628872
63+
6264
emit Staked(_from, operator, beneficiary, authorizer);
6365
}
6466
}

0 commit comments

Comments
 (0)