market: miner CLI for managing pending deals

This commit is contained in:
Łukasz Magiera
2021-02-05 21:55:43 +01:00
parent b3f4e50c58
commit cfa73f34e4
2 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ type AddressConfig struct {
// PendingDealInfo has info about pending deals and when they are due to be
// published
type PendingDealInfo struct {
Deals []market.ClientDealProposal
Deals []*market.ClientDealProposal
PublishPeriodStart time.Time
PublishPeriod time.Duration
}