summaryrefslogtreecommitdiff
path: root/bip-0048.mediawiki
diff options
context:
space:
mode:
authorFontan3 <fontainedenton@googlemail.com>2021-07-20 12:30:54 +0800
committerFontan3 <fontainedenton@googlemail.com>2021-07-20 12:30:54 +0800
commit84e14b68a62d82ab330a847f63f871494df94962 (patch)
treeb4eb4abdfeda83f7dda472f8b6fec7f7b14f705e /bip-0048.mediawiki
parent90cb1c89065207c59847d6259db23f0507fd30c6 (diff)
downloadbips-84e14b68a62d82ab330a847f63f871494df94962.tar.xz
Update bip-0048.mediawiki
Add code snippets.
Diffstat (limited to 'bip-0048.mediawiki')
-rw-r--r--bip-0048.mediawiki6
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==