diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-12-16 13:08:28 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-12-16 13:27:15 +1100 |
commit | 5c203fab6ac25fc76e2b805b7709d9b06ccdd995 (patch) | |
tree | c95d6897e6e6a32be1adf8abc82986f3471d4397 /src/index.html | |
parent | 40d542ba58008762c71a304df03ef8c987cb6db5 (diff) | |
download | BIP39-5c203fab6ac25fc76e2b805b7709d9b06ccdd995.tar.gz BIP39-5c203fab6ac25fc76e2b805b7709d9b06ccdd995.tar.zst BIP39-5c203fab6ac25fc76e2b805b7709d9b06ccdd995.zip |
Add P2WSH and P2WSH-P2SH for bitcoin and testnet
Address generation still to come.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 36e238f..61fe022 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -509,6 +509,8 @@ | |||
509 | <select class="form-control bip141-semantics"> | 509 | <select class="form-control bip141-semantics"> |
510 | <option value="p2wpkh">P2WPKH</option> | 510 | <option value="p2wpkh">P2WPKH</option> |
511 | <option value="p2wpkh-p2sh" selected>P2WPKH nested in P2SH</option> | 511 | <option value="p2wpkh-p2sh" selected>P2WPKH nested in P2SH</option> |
512 | <option value="p2wsh">P2WSH</option> | ||
513 | <option value="p2wsh-p2sh">P2WSH nested in P2SH</option> | ||
512 | </select> | 514 | </select> |
513 | </div> | 515 | </div> |
514 | </div> | 516 | </div> |