From 6ee4fb7da1b9da58214ab7fbec7720b75542a737 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Sun, 19 Feb 2017 11:54:03 +1100 Subject: [PATCH] Multibit on BIP32 tab has own section --- src/index.html | 19 ++++++++++++------- src/js/index.js | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/index.html b/src/index.html index 5495fe9..5fefc30 100644 --- a/src/index.html +++ b/src/index.html @@ -402,22 +402,27 @@
- +

- Use path m/44'/0'/0'. - Only enter the xpub extended key into block explorer search fields, never the xprv key. + Use path m/0'/0.

- Can be used with: - blockchain.info + For more info see + MultiBit HD

+
+
+
+ +

- Use path m/0'/0. + Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xprv key.

Can be used with: - MultiBit HD + blockchain.info

diff --git a/src/js/index.js b/src/js/index.js index 22bf599..29cf06b 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1170,7 +1170,7 @@ }, }, ] - + var clients = [ { name: "Bitcoin Core", -- 2.41.0