v1.27.0-a #10
@ -583,7 +583,11 @@ func fromV{{.v}}SectorOnChainInfo(v{{.v}} miner{{.v}}.SectorOnChainInfo) SectorO
|
|||||||
ExpectedStoragePledge: v{{.v}}.ExpectedStoragePledge,
|
ExpectedStoragePledge: v{{.v}}.ExpectedStoragePledge,
|
||||||
{{if (ge .v 7)}}
|
{{if (ge .v 7)}}
|
||||||
SectorKeyCID: v{{.v}}.SectorKeyCID,
|
SectorKeyCID: v{{.v}}.SectorKeyCID,
|
||||||
{{end}}
|
{{end}}
|
||||||
|
{{if (ge .v 12)}}
|
||||||
|
PowerBaseEpoch: v{{.v}}.PowerBaseEpoch,
|
||||||
|
ReplacedDayReward: v{{.v}}.ReplacedDayReward,
|
||||||
|
{{end}}
|
||||||
}
|
}
|
||||||
return info
|
return info
|
||||||
}
|
}
|
||||||
|
3
chain/actors/builtin/miner/v12.go
generated
3
chain/actors/builtin/miner/v12.go
generated
@ -545,6 +545,9 @@ func fromV12SectorOnChainInfo(v12 miner12.SectorOnChainInfo) SectorOnChainInfo {
|
|||||||
ExpectedStoragePledge: v12.ExpectedStoragePledge,
|
ExpectedStoragePledge: v12.ExpectedStoragePledge,
|
||||||
|
|
||||||
SectorKeyCID: v12.SectorKeyCID,
|
SectorKeyCID: v12.SectorKeyCID,
|
||||||
|
|
||||||
|
PowerBaseEpoch: v12.PowerBaseEpoch,
|
||||||
|
ReplacedDayReward: v12.ReplacedDayReward,
|
||||||
}
|
}
|
||||||
return info
|
return info
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user