Merge pull request #1070 from filecoin-project/fix/drop-1g-faucet

Drop 1g sector option from faucet
This commit is contained in:
Jakub Sztandera 2020-01-14 12:43:47 +01:00 committed by GitHub
commit 4f1bead0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>