Skip to content

Commit

Permalink
fix: register MinerLockedFunds extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Jun 20, 2022
1 parent ccb9583 commit e917f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/indexer/integrated/tipset/tipset.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (ti *TipSetIndexer) init() error {
))
case tasktype.MinerLockedFund:
actorProcessors[t] = actorstate.NewTask(ti.node, actorstate.NewTypedActorExtractorMap(
miner.AllCodes(), minertask.InfoExtractor{},
miner.AllCodes(), minertask.LockedFundsExtractor{},
))
case tasktype.MinerPreCommitInfo:
actorProcessors[t] = actorstate.NewTask(ti.node, actorstate.NewTypedActorExtractorMap(
Expand Down

0 comments on commit e917f43

Please sign in to comment.