Add new SectorOnChainInfo fields to test
This commit is contained in:
parent
c074c8d0ca
commit
0f5855072c
@ -589,6 +589,8 @@ func newSectorOnChainInfo(sectorNo abi.SectorNumber, sealed cid.Cid, weight big.
|
||||
InitialPledge: big.Zero(),
|
||||
ExpectedDayReward: big.Zero(),
|
||||
ExpectedStoragePledge: big.Zero(),
|
||||
ReplacedSectorAge: 0,
|
||||
ReplacedDayReward: big.Zero(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user