From 63fe9b5a81a4e5fc0941e0aef6b125c1d80cba6f Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Wed, 11 Dec 2024 15:50:24 -0500 Subject: [PATCH] uip 7: add further validation when transparent addresses are used --- uips/uip-7.md | 1 + 1 file changed, 1 insertion(+) diff --git a/uips/uip-7.md b/uips/uip-7.md index 630dfd5..8d39dfe 100644 --- a/uips/uip-7.md +++ b/uips/uip-7.md @@ -114,6 +114,7 @@ The `Ics20Withdrawal` action is modified to: When the `use_transparent_address` field is true: * Clients MUST set the `return_address` field to the transparent address. +* During transaction validation, the diversifier $d$ MUST be set to the zero ciphertext `[0u8; 16]` and the clue key $ck_d$ MUST be set to the identity element. ## Rationale