finish addressing review

This commit is contained in:
Jeromy
2020-04-09 10:13:09 -07:00
parent 7ee6388686
commit ac271b021d
5 changed files with 46 additions and 28 deletions
+6 -5
View File
@@ -381,11 +381,12 @@ type ComputeStateOutput struct {
}
type MiningBaseInfo struct {
MinerPower types.BigInt
NetworkPower types.BigInt
Sectors []*ChainSectorInfo
Worker address.Address
SectorSize abi.SectorSize
MinerPower types.BigInt
NetworkPower types.BigInt
Sectors []*ChainSectorInfo
Worker address.Address
SectorSize abi.SectorSize
PrevBeaconEntry types.BeaconEntry
}
type BlockTemplate struct {