diff --git a/cmd/lotus-fountain/main.go b/cmd/lotus-fountain/main.go index 705c7d148..3e2e0a772 100644 --- a/cmd/lotus-fountain/main.go +++ b/cmd/lotus-fountain/main.go @@ -254,7 +254,7 @@ func (h *handler) mkminer(w http.ResponseWriter, r *http.Request) { params, err := actors.SerializeParams(&actors.CreateStorageMinerParams{ Owner: owner, Worker: owner, - SectorSize: build.SectorSizes[0], // TODO: dropdown allowing selection + SectorSize: 1 << 30, // build.SectorSizes[0], // TODO: dropdown allowing selection (1GiB for now) PeerID: peer.ID("SETME"), }) if err != nil {