Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
bech32 sweep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coinables committed Nov 15, 2019
1 parent 52c34e5 commit 5d1d5db
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions bech32/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h2>Sweep a Bech32 Private Key</h2>
<br><br>

<b>Private Key: </b><input type="text" id="inputwif" class="wideinput">
<br>
<br><br>
<button id="getUTXO" class="btn btn-secondary">Find UTXOs</button>
<br><br>

Expand All @@ -309,19 +309,10 @@ <h2>Sweep a Bech32 Private Key</h2>
<button id="sweepbtn" class="btn btn-success">Transfer All Funds</button>
<div id="results"></div>
<br>
</div>
<br>

<br>
<br>
Donate: 3PmAECWsic822v8bgHmJecJ9DzLfXkTKrP
<br>
<br>
<!-- footer -->
<a href="https://bitcoincore.org/en/segwit_adoption/"><span class="label-default"><span id="wit">SEG</span>WIT</span></a>
<a href="https://github.com/coinables/segwitaddress"><span class="label-primary">OPEN SOURCE</span></a>
<a href="https://github.com/bitcoinjs/bitcoinjs-lib"><span class="label-success">BITCOINJS</span></a>
<script>
<script>

function getUTXOs(){

Expand Down Expand Up @@ -446,16 +437,16 @@ <h2>Sweep a Bech32 Private Key</h2>
</script>
<!-- End Sweep Key -->

<br>
<br>
<br>

<br>
<br>
Donate: 3PmAECWsic822v8bgHmJecJ9DzLfXkTKrP
<br>
<br>
<!-- footer -->
<a href="https://bitcoincore.org/en/segwit_adoption/"><span class="label-default"><span id="wit">SEG</span>WIT</span></a>
<a href="https://github.com/coinables/segwitaddress"><span class="label-primary">OPEN SOURCE</span></a>
<a href="https://github.com/bitcoinjs/bitcoinjs-lib"><span class="label-success">BITCOINJS</span></a>


<script>

function currentNetwork(){
Expand Down

0 comments on commit 5d1d5db

Please sign in to comment.