1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

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
commit 0298941929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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==