Skip to content

Commit

Permalink
remove stub/panic
Browse files Browse the repository at this point in the history
  • Loading branch information
laser committed Mar 16, 2020
1 parent 046808e commit adb9a04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (trpn *TestRetrievalProviderNode) GetMinerWorker(ctx context.Context, addr
}

func (trpn *TestRetrievalProviderNode) GetChainHead(ctx context.Context) (shared.TipSetToken, abi.ChainEpoch, error) {
panic("implement me")
return []byte{42}, 0, nil
}

// --- Non-interface Functions
Expand Down

0 comments on commit adb9a04

Please sign in to comment.