diff options
author | Fontan3 <fontainedenton@googlemail.com> | 2021-07-20 12:30:54 +0800 |
---|---|---|
committer | Fontan3 <fontainedenton@googlemail.com> | 2021-07-20 12:30:54 +0800 |
commit | 84e14b68a62d82ab330a847f63f871494df94962 (patch) | |
tree | b4eb4abdfeda83f7dda472f8b6fec7f7b14f705e | |
parent | 90cb1c89065207c59847d6259db23f0507fd30c6 (diff) |
Update bip-0048.mediawiki
Add code snippets.
-rw-r--r-- | bip-0048.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index c63e736..cba896a 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -39,10 +39,10 @@ This paper was inspired from BIP44. ==Backwards compatibility== -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. +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. 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. ==Specification== |