You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div id="blocks-rescan">
|
|
|
|
<h1>BLOCKS RESCAN</h1>
|
|
|
|
|
|
|
|
<div class="box-context">Force the Tracker to rescan a small range of blocks.</div>
|
|
|
|
|
|
|
|
<div class="row box-main">
|
|
|
|
<div id="blocks-rescan-form" class="box fullwidth">
|
|
|
|
<div class="box-body">
|
|
|
|
<span>Rescan blocks between</span>
|
|
|
|
<input id="rescan-from-height" type="text" placeholder="height">
|
|
|
|
<span> and </span>
|
|
|
|
<input id="rescan-to-height" type="text" placeholder="height">
|
|
|
|
<button id="btn-rescan-go"
|
|
|
|
class="btn btn-success"
|
|
|
|
type="button">GO</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script include-js="blocks-rescan/blocks-rescan.js"></script>
|