diff --git a/tips/TIP-0040/tip-0040.md b/tips/TIP-0040/tip-0040.md index 490ae6c9c..de2cca77c 100644 --- a/tips/TIP-0040/tip-0040.md +++ b/tips/TIP-0040/tip-0040.md @@ -328,7 +328,7 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id - Unlock Conditions must be sorted in ascending order based on their `Unlock Condition Type`. - Syntactic validation of all present unlock conditions must pass. - Address Unlock Condition must be present. -- `Validator ID` must not be zeroed out. +- The underlying `Account ID` of `Validator Address` must not be zeroed out. ### Additional Transaction Semantic Validation Rules @@ -359,7 +359,7 @@ side. There are thus two types of transitions: delayed claiming transition and d - Delayed Claiming Transition - Is identified by a zeroed-out `Delegation ID` on the input side and a non-zeroed-out `Delegation ID` on the output side. - - The fields `Delegated Amount`, `Start Epoch` and `Validator ID` must not be changed. + - The fields `Delegated Amount`, `Start Epoch` and `Validator Address` must not be changed. - `End Epoch` on the output must be set as follows. - Let `Registration Slot(n)` be defined as in [committee selection](#committee-selection), where `n` is equal to `Future Bounded Epoch Index`.