feat: deals - show data transfer %

This commit is contained in:
Dirk McCormick
2021-02-10 09:56:23 +01:00
parent 0afe7325f6
commit b6c9ddccff
8 changed files with 41 additions and 24 deletions
+4 -3
View File
@@ -937,9 +937,10 @@ type DataSize struct {
}
type DataCIDSize struct {
PayloadSize int64
PieceSize abi.PaddedPieceSize
PieceCID cid.Cid
RawBlockSize uint64
PayloadSize int64
PieceSize abi.PaddedPieceSize
PieceCID cid.Cid
}
type CommPRet struct {