From d06e7c54bf9a45a09dad2d95552ade0aa786ff5a Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:21:47 +0100 Subject: [PATCH] glossary: BIP32 -> BIP-32 --- glossary.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index 03764ccf..df0b815d 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -84,10 +84,10 @@ hashlocks:: A hashlock is a type of encumbrance that restricts the spending of an output until a specified piece of data is publicly revealed. Hashlocks have the useful property that once any hashlock is opened publicly, any other hashlock secured using the same key can also be opened. This makes it possible to create multiple outputs that are all encumbered by the same hashlock and which all become spendable at the same time. HD protocol:: - The Hierarchical Deterministic (HD) key creation and transfer protocol (BIP32), which allows creating child keys from parent keys in a hierarchy. + The Hierarchical Deterministic (HD) key creation and transfer protocol (BIP-32), which allows creating child keys from parent keys in a hierarchy. HD wallet:: - Wallets using the Hierarchical Deterministic (HD Protocol) key creation and transfer protocol (BIP32). + Wallets using the Hierarchical Deterministic (HD Protocol) key creation and transfer protocol (BIP-32). HD wallet seed:: HD wallet seed or root seed is a potentially-short value used as a seed to generate the master private key and master chain code for an HD wallet.