Drop 1g sector option from faucet

This commit is contained in:
Łukasz Magiera 2020-01-14 06:22:40 +01:00
parent 3b34eba612
commit 2dc2e0ba56

View File

@ -15,8 +15,7 @@
<span>Enter destination address:</span>
<input type='text' name='address' style="width: 300px">
<select name="sectorSize">
<option selected value="1073741824">1GiB sectors</option>
<option value="34359738368">32GiB sectors</option>
<option selected value="34359738368">32GiB sectors</option>
</select>
<button type='submit'>Create Miner</button>
</form>