diff --git a/tips/TIP-0018/tip-0018.md b/tips/TIP-0018/tip-0018.md index 6e4d14131..560bd3fb0 100644 --- a/tips/TIP-0018/tip-0018.md +++ b/tips/TIP-0018/tip-0018.md @@ -3726,7 +3726,7 @@ always need to be one *Alias Unlock* referencing a greater index. #### Alias Unlock Syntactic Validation - - It must hold that 0 ≤ `Alias Reference Unlock Index` < `Max Inputs Count`. + - It must hold that 0 ≤ `Alias Reference Unlock Index` < `Max Inputs Count - 1`. #### Alias Unlock Semantic Validation @@ -3786,7 +3786,7 @@ must hold that i > k. Hence, an NFT Unlock can only reference an *Unlock* #### NFT Unlock Syntactic Validation -- It must hold that 0 ≤ `NFT Reference Unlock Index` < `Max Inputs Count`. +- It must hold that 0 ≤ `NFT Reference Unlock Index` < `Max Inputs Count - 1`. #### NFT Unlock Semantic Validation