Merge pull request #1070 from filecoin-project/fix/drop-1g-faucet
Drop 1g sector option from faucet
This commit is contained in:
commit
4f1bead0de
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user