1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-06 17:46:00 +00:00

BIPs 78 and 329: minor grammar and typo fix-ups (#1825)

* BIP 329 fix typo

* BIP 78 fix typos
This commit is contained in:
VolodymyrBg
2025-04-14 22:35:42 +03:00
committed by GitHub
parent befa252b51
commit c5220f8c3b
2 changed files with 4 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ but should be given if they are readily available.
=== Address, Inputs, and Outputs ===
* <tt>keypath</tt>: The data needed to build full descriptor down to the specific address. This extends <tt>origin</tt> with the final two components that are unhardened (in the typical case, assuming BIP-84). Provide string <tt>/1/123</tt> for <tt>wpkh([d34db33f/84'/0'/0'/1/123])</tt>. If the first character is not <tt>/</tt>, then it should be interpreted as a full descriptor, independant of <tt>origin</tt> (if any).
* <tt>keypath</tt>: The data needed to build full descriptor down to the specific address. This extends <tt>origin</tt> with the final two components that are unhardened (in the typical case, assuming BIP-84). Provide string <tt>/1/123</tt> for <tt>wpkh([d34db33f/84'/0'/0'/1/123])</tt>. If the first character is not <tt>/</tt>, then it should be interpreted as a full descriptor, independent of <tt>origin</tt> (if any).
=== Inputs and Outputs ===