finish addressing review
This commit is contained in:
+6
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user