From 4bf2f676b624c957aa0f4f1183dfd87a4d8e4a71 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 14 Dec 2023 11:45:30 +0100 Subject: [PATCH] Change `Validator ID` occurences to `Address` --- tips/TIP-0040/tip-0040.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.