diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-22 09:59:58 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-22 09:59:58 +1100 |
commit | 0fd67b5915a08168d31caaa581f55cf86591be73 (patch) | |
tree | 886c901959ffc57d42d41d7a7916a4870f0f56bb /src/index.html | |
parent | 1c2b8c6b2d77cdb0162f040c07d25bbe7cafe7c2 (diff) | |
download | BIP39-0fd67b5915a08168d31caaa581f55cf86591be73.tar.gz BIP39-0fd67b5915a08168d31caaa581f55cf86591be73.tar.zst BIP39-0fd67b5915a08168d31caaa581f55cf86591be73.zip |
Remove segwit from bip32 tab
This option will be added in the future to a bip141 tab
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/index.html b/src/index.html index 9c126b9..b638b26 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -416,13 +416,6 @@ | |||
416 | </label> | 416 | </label> |
417 | </div> | 417 | </div> |
418 | <div class="form-group"> | 418 | <div class="form-group"> |
419 | <div class="col-sm-2"></div> | ||
420 | <label class="col-sm-10"> | ||
421 | <input class="p2wpkh-nested-in-p2sh" type="checkbox"> | ||
422 | <span>Use SegWit addresses (ie P2WPKH Nested In P2SH)</span> | ||
423 | </label> | ||
424 | </div> | ||
425 | <div class="form-group"> | ||
426 | <label for="core-path" class="col-sm-2 control-label">Bitcoin Core</label> | 419 | <label for="core-path" class="col-sm-2 control-label">Bitcoin Core</label> |
427 | <div class="col-sm-10"> | 420 | <div class="col-sm-10"> |
428 | <p class="form-control no-border"> | 421 | <p class="form-control no-border"> |