Merge pull request #5150 from filecoin-project/feat/list-deals-xfer-id

show data transfer ID in list-deals
This commit is contained in:
Łukasz Magiera
2020-12-09 19:39:46 +01:00
committed by GitHub
7 changed files with 152 additions and 58 deletions
+3
View File
@@ -594,6 +594,9 @@ type DealInfo struct {
CreationTime time.Time
Verified bool
TransferChannelID *datatransfer.ChannelID
DataTransfer *DataTransferChannel
}
type MsgLookup struct {