Config fauces for inteop devnet

This commit is contained in:
Łukasz Magiera 2020-03-06 01:42:59 +01:00
parent 0ef6c756b6
commit ac3d0dc30c
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ func (h *handler) mkminer(w http.ResponseWriter, r *http.Request) {
log.Infof("%s: push funds %s", owner, smsg.Cid())
params, err := actors.SerializeParams(&power.CreateMinerParams{
Owner: owner, // TODO: That is useful
Owner: owner,
Worker: owner,
SectorSize: abi.SectorSize(ssize),
Peer: peer.ID("SETME"),

View File

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