Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Sep 10, 2021
1 parent 839b618 commit b486eb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/lotus-miner/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,6 @@ var dealsListCmd = &cli.Command{
Name: "watch",
Usage: "watch deal updates in real-time, rather than a one time list",
},
&cli.BoolFlag{
Name: "with-transfers",
Usage: "include information about transfers together with deals",
},
},
Action: func(cctx *cli.Context) error {
switch cctx.String("format") {
Expand Down Expand Up @@ -962,7 +958,7 @@ func listDealsWithJSON(cctx *cli.Context) error {
DurationEpochs abi.ChainEpoch `json:"duration-epochs"`
TransferID datatransfer.TransferID `json:"transfer-id"`
TransferStatus string `json:"transfer-status"`
transferredData string `json:"transferred-data"`
TransferredData string `json:"transferred-data"`
}{
deal.CreationTime.Time().Format(time.RFC3339),
deal.Proposal.VerifiedDeal,
Expand Down

0 comments on commit b486eb1

Please sign in to comment.