1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-02 15:43:53 +00:00

Update bip-0048.mediawiki

This commit is contained in:
Fontan3
2021-07-20 10:00:59 +08:00
parent bc05931332
commit 20c5af58f1

View File

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