diff --git a/api/api_full.go b/api/api_full.go index 3b7188ec4..10f032c4a 100644 --- a/api/api_full.go +++ b/api/api_full.go @@ -57,7 +57,7 @@ type FullNode interface { ChainGetParentMessages(ctx context.Context, blockCid cid.Cid) ([]Message, error) // ChainGetTipSetByHeight looks back for a tipset at the specified epoch. - // If there are no blocks at the specified epoch, a tipset at higher epoch + // If there are no blocks at the specified epoch, a tipset at an earlier epoch // will be returned. ChainGetTipSetByHeight(context.Context, abi.ChainEpoch, types.TipSetKey) (*types.TipSet, error)