diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
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> |