faucet: drop unsupported sector sizes

This commit is contained in:
Łukasz Magiera 2019-12-10 18:53:58 +01:00
parent 29db00269c
commit 739a41e834

View File

@ -17,8 +17,6 @@
<select name="sectorSize">
<option selected value="1073741824">1GiB sectors</option>
<option value="34359738368">32GiB sectors</option>
<option value="268435456">256MiB sectors</option>
<option value="16777216">16MiB sectors</option>
</select>
<button type='submit'>Create Miner</button>
</form>