Skip to content

Commit 17c39a3

Browse files
committed
docs: update zcash doc
1 parent 3369406 commit 17c39a3

File tree

1 file changed

+2
-2
lines changed
  • docs/protocols/ur_registrys/draft

1 file changed

+2
-2
lines changed

docs/protocols/ur_registrys/draft/zcash.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This protocol focuses on the Transparent and Orchard components.
2727

2828
#### CDDL for Zcash Accounts
2929

30-
The specification uses CDDL and includes `crypto-hdkey` and `crypto-key-path` specs.
30+
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.
3131

3232
```cddl
3333
zcash-accounts = {
@@ -43,7 +43,7 @@ zcash-ufvk = {
4343
}
4444
4545
zcash-fvk = {
46-
origin: crypto-key-path,
46+
key-path: crypto-key-path,
4747
key-data: bytes,
4848
}
4949
```

0 commit comments

Comments
 (0)