Merge pull request #1146 from kdmukai/patch-1

BIP-48: Trivial errant apostrophe fix
This commit is contained in:
Luke Dashjr
2021-08-29 21:29:49 +00:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ This paper was inspired from BIP44.
Currently a number of wallets utilize the <code>m/48'</code> derivation scheme for HD multi-sig accounts. Currently a number of wallets utilize the <code>m/48'</code> derivation scheme for HD multi-sig accounts.
This BIP is intended to maintain the *existing* real world use of the <code>m/48'</code> derivation. This BIP is intended to maintain the *existing* real world use of the <code>m/48'</code> derivation.
No breaking changes are made so as to avoid "loss of funds" to existing users. No breaking changes are made so as to avoid "loss of funds" to existing users.
Wallet's which currently support the <code>m/48'</code> derivation will not need to make any changes Wallets which currently support the <code>m/48'</code> derivation will not need to make any changes
to comply with this BIP. to comply with this BIP.
==Specification== ==Specification==