From 7402b14df3cae2377fd3f4328fb05bc56d5d22d4 Mon Sep 17 00:00:00 2001 From: Whyrusleeping Date: Thu, 30 Jan 2020 17:51:19 -0800 Subject: [PATCH] Update chain/actors/actor_miner2.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Ɓukasz Magiera --- chain/actors/actor_miner2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/actors/actor_miner2.go b/chain/actors/actor_miner2.go index aef1dad95..c3639eebc 100644 --- a/chain/actors/actor_miner2.go +++ b/chain/actors/actor_miner2.go @@ -36,7 +36,7 @@ func (sma StorageMinerActor2) Exports() []interface{} { 11: withUpdates( update{0, sma.GetPower}, update{build.ForkMissingSnowballs, sma.GetPower2}, - ), // TODO: Remove + ), // FORK 12: sma.GetPeerID, 13: sma.GetSectorSize, 14: sma.UpdatePeerID,