From 17c39a30b368091d9c4c3ff547541f295c274668 Mon Sep 17 00:00:00 2001 From: soralit Date: Wed, 25 Sep 2024 13:59:04 +0800 Subject: [PATCH] docs: update zcash doc --- docs/protocols/ur_registrys/draft/zcash.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocols/ur_registrys/draft/zcash.md b/docs/protocols/ur_registrys/draft/zcash.md index b05afe3ea..482f3f1e5 100644 --- a/docs/protocols/ur_registrys/draft/zcash.md +++ b/docs/protocols/ur_registrys/draft/zcash.md @@ -27,7 +27,7 @@ This protocol focuses on the Transparent and Orchard components. #### CDDL for Zcash Accounts -The specification uses CDDL and includes `crypto-hdkey` and `crypto-key-path` specs. +The specification uses CDDL and includes `crypto-hdkey` and `crypto-key-path` specs defined in https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-007-hdkey.md. ```cddl zcash-accounts = { @@ -43,7 +43,7 @@ zcash-ufvk = { } zcash-fvk = { - origin: crypto-key-path, + key-path: crypto-key-path, key-data: bytes, } ```