diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-11-28 15:19:31 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-11-28 15:19:31 +1100 |
commit | ea12c8a97f8db58ea3a7b838f7bc3b10400e7d9e (patch) | |
tree | a695684d3a268228ec05183958ec27ac897f9e40 /src/index.html | |
parent | a0a196202347b3897d86e1ab29345d51535ffdd5 (diff) | |
download | BIP39-ea12c8a97f8db58ea3a7b838f7bc3b10400e7d9e.tar.gz BIP39-ea12c8a97f8db58ea3a7b838f7bc3b10400e7d9e.tar.zst BIP39-ea12c8a97f8db58ea3a7b838f7bc3b10400e7d9e.zip |
BIP32 tab wallets use consistent vertical spacing
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 9fa3aac..64a3bc0 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -340,6 +340,8 @@ | |||
340 | <div class="col-sm-10"> | 340 | <div class="col-sm-10"> |
341 | <p class="form-control no-border"> | 341 | <p class="form-control no-border"> |
342 | Use path <code>m/0'/0'</code> with hardened addresses. | 342 | Use path <code>m/0'/0'</code> with hardened addresses. |
343 | </p> | ||
344 | <p class="form-control no-border"> | ||
343 | For more info see the <a href="https://github.com/bitcoin/bitcoin/pull/8035" target="_blank">Bitcoin Core BIP32 implementation</a> | 345 | For more info see the <a href="https://github.com/bitcoin/bitcoin/pull/8035" target="_blank">Bitcoin Core BIP32 implementation</a> |
344 | </p> | 346 | </p> |
345 | </div> | 347 | </div> |
@@ -349,7 +351,10 @@ | |||
349 | <div class="col-sm-10"> | 351 | <div class="col-sm-10"> |
350 | <p class="form-control no-border"> | 352 | <p class="form-control no-border"> |
351 | Use path <code>m/44'/0'/0'</code>. | 353 | Use path <code>m/44'/0'/0'</code>. |
352 | Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xpriv</code> key. | 354 | Only enter the <code>xpub</code> extended key into block explorer search fields, never the <code>xprv</code> key. |
355 | </p> | ||
356 | <p class="form-control no-border"> | ||
357 | Supported by <a href="https://blockchain.info/" target="_blank">blockchain.info</a>. | ||
353 | </p> | 358 | </p> |
354 | </div> | 359 | </div> |
355 | </div> | 360 | </div> |