use new channelmonitor.Config

This commit is contained in:
Anton Evangelatov
2021-03-19 13:53:03 +02:00
parent af8104830c
commit 86772a09c7
4 changed files with 35 additions and 15 deletions
-3
View File
@@ -7,7 +7,6 @@ import (
"io"
"os"
"github.com/davecgh/go-spew/spew"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"golang.org/x/xerrors"
@@ -216,8 +215,6 @@ func (a *API) ClientListDeals(ctx context.Context) ([]api.DealInfo, error) {
out[k] = a.newDealInfoWithTransfer(transferCh, v)
}
spew.Dump(out)
return out, nil
}