Update node/modules/storageminer.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
Anton Evangelatov 2021-07-06 17:28:52 +02:00 committed by GitHub
parent 8cf3accc53
commit 898687ea2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,8 +209,6 @@ type StorageMinerParams struct {
}
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) {
var (
ds = params.MetadataDS