Update node/modules/storageminer.go
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
8cf3accc53
commit
898687ea2e
@ -209,8 +209,6 @@ type StorageMinerParams struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func StorageMiner(fc config.MinerFeeConfig) func(params StorageMinerParams) (*storage.Miner, error) {
|
func StorageMiner(fc config.MinerFeeConfig) func(params StorageMinerParams) (*storage.Miner, error) {
|
||||||
fmt.Printf("setting up storage miner with %#v \n", fc)
|
|
||||||
|
|
||||||
return func(params StorageMinerParams) (*storage.Miner, error) {
|
return func(params StorageMinerParams) (*storage.Miner, error) {
|
||||||
var (
|
var (
|
||||||
ds = params.MetadataDS
|
ds = params.MetadataDS
|
||||||
|
Loading…
Reference in New Issue
Block a user