aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-12-17 11:44:54 +1100
committerIan Coleman <ian@iancoleman.io>2019-12-17 11:46:07 +1100
commitf7e9fdf002e7355a122a86a8407b470b56bf3f59 (patch)
treecaaa9e0580d04280b40410b76feb3e0e7a7fcc91 /src/index.html
parent5c203fab6ac25fc76e2b805b7709d9b06ccdd995 (diff)
downloadBIP39-f7e9fdf002e7355a122a86a8407b470b56bf3f59.tar.gz
BIP39-f7e9fdf002e7355a122a86a8407b470b56bf3f59.tar.zst
BIP39-f7e9fdf002e7355a122a86a8407b470b56bf3f59.zip
Generate addresses for P2WSH and P2WSH-P2SH
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 61fe022..64c25f4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -509,8 +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> 512 <option value="p2wsh">P2WSH (1-of-1 multisig)</option>
513 <option value="p2wsh-p2sh">P2WSH nested in P2SH</option> 513 <option value="p2wsh-p2sh">P2WSH nested in P2SH (1-of-1 multisig)</option>
514 </select> 514 </select>
515 </div> 515 </div>
516 </div> 516 </div>