Add P2WSH and P2WSH-P2SH for bitcoin and testnet

Address generation still to come.
This commit is contained in:
Ian Coleman
2019-12-16 13:08:28 +11:00
parent 40d542ba58
commit 5c203fab6a
4 changed files with 210 additions and 0 deletions

View File

@@ -509,6 +509,8 @@
<select class="form-control bip141-semantics">
<option value="p2wpkh">P2WPKH</option>
<option value="p2wpkh-p2sh" selected>P2WPKH nested in P2SH</option>
<option value="p2wsh">P2WSH</option>
<option value="p2wsh-p2sh">P2WSH nested in P2SH</option>
</select>
</div>
</div>