From 709874d76bc73fa7e9b9f9c1314c1c5f2cb1b6b7 Mon Sep 17 00:00:00 2001 From: Antoine Rondelet Date: Wed, 7 Feb 2024 14:49:49 +0000 Subject: [PATCH] Fixed math boundary around purpose (#23) As per the title, this is a tiny fix to adjust the boundary of the math environment which wasn't properly closed and thus rendered poorly on the html. --- zip-0227.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zip-0227.rst b/zip-0227.rst index e5ccc481..602d4dc0 100644 --- a/zip-0227.rst +++ b/zip-0227.rst @@ -123,7 +123,7 @@ We reuse the :math:`\mathsf{CDKsk}` function for Orchard child key derivation fr We use the notation of ZIP 32 [#zip-0032-orchard-key-path]_ for shielded HD paths, and define the issuance master key path as :math:`m_\mathsf{Issuance} / purpose' / coin\_type' / account'`. We fix the path levels as follows: -- :math:`purpose`: a constant set to :math:`227` (i.e. :math:`\texttt{0xe3}). :math:`purpose'` is thus :math:`227'` (or :math:`\texttt{0x800000e3}`) following the BIP 43 recommendation. +- :math:`purpose`: a constant set to :math:`227` (i.e. :math:`\texttt{0xe3}`). :math:`purpose'` is thus :math:`227'` (or :math:`\texttt{0x800000e3}`) following the BIP 43 recommendation. - :math:`coin\_type`: Defined as in ZIP 32 [#zip-0032-key-path-levels]_. - :math:`account`: fixed to index :math:`0`.