Update chain/actors/actor_miner2.go
Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
0622eb7634
commit
7402b14df3
@ -36,7 +36,7 @@ func (sma StorageMinerActor2) Exports() []interface{} {
|
|||||||
11: withUpdates(
|
11: withUpdates(
|
||||||
update{0, sma.GetPower},
|
update{0, sma.GetPower},
|
||||||
update{build.ForkMissingSnowballs, sma.GetPower2},
|
update{build.ForkMissingSnowballs, sma.GetPower2},
|
||||||
), // TODO: Remove
|
), // FORK
|
||||||
12: sma.GetPeerID,
|
12: sma.GetPeerID,
|
||||||
13: sma.GetSectorSize,
|
13: sma.GetSectorSize,
|
||||||
14: sma.UpdatePeerID,
|
14: sma.UpdatePeerID,
|
||||||
|
Loading…
Reference in New Issue
Block a user