Update bip-0048.mediawiki

Add code snippets.
This commit is contained in:
Fontan3
2021-07-20 12:30:54 +08:00
parent 90cb1c8906
commit 84e14b68a6

View File

@@ -39,10 +39,10 @@ This paper was inspired from BIP44.
==Backwards compatibility== ==Backwards compatibility==
Currently a number of wallets utilize the `m/48'` 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 `m/48'` 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 `m/48'` derivation will not need to make any changes Wallet's 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==