diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-09-01 12:27:38 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-09-01 12:28:27 +1000 |
commit | 88311463c74f022177a21c5d88f8928dc8007d8b (patch) | |
tree | fd1273a0074f4c12387335af29d58e8fc6e91faf /src/index.html | |
parent | cd7c8327b110ee2fc2010d1e88f5009f859cd981 (diff) | |
download | BIP39-88311463c74f022177a21c5d88f8928dc8007d8b.tar.gz BIP39-88311463c74f022177a21c5d88f8928dc8007d8b.tar.zst BIP39-88311463c74f022177a21c5d88f8928dc8007d8b.zip |
Allow P2WPKH nested in P2SH addresses on BIP32 tab
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index e204095..905f9ea 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -409,6 +409,13 @@ | |||
409 | </label> | 409 | </label> |
410 | </div> | 410 | </div> |
411 | <div class="form-group"> | 411 | <div class="form-group"> |
412 | <div class="col-sm-2"></div> | ||
413 | <label class="col-sm-10"> | ||
414 | <input class="p2wpkh-nested-in-p2sh" type="checkbox"> | ||
415 | <span data-translate>Use SegWit addresses (ie P2WPKH Nested In P2SH)</span> | ||
416 | </label> | ||
417 | </div> | ||
418 | <div class="form-group"> | ||
412 | <label for="core-path" class="col-sm-2 control-label" data-translate>Bitcoin Core</label> | 419 | <label for="core-path" class="col-sm-2 control-label" data-translate>Bitcoin Core</label> |
413 | <div class="col-sm-10"> | 420 | <div class="col-sm-10"> |
414 | <p class="form-control no-border" data-translate-html> | 421 | <p class="form-control no-border" data-translate-html> |