reword funny comment

This commit is contained in:
vyzo 2023-03-16 17:43:56 +02:00 committed by Maciej Witowski
parent 0de60a35cd
commit b1ceb243e6

View File

@ -193,7 +193,7 @@ func (sm *StateManager) searchForIndexedMsg(ctx context.Context, mcid cid.Cid, m
return nil, nil, cid.Undef, xerrors.Errorf("error looking up execution tipset: %w", err)
}
// check that it is indeed the parent of the inclusion tipset
// check that the parent of the execution index is indeed the inclusion tipset
parent := xts.Parents()
parentCid, err := parent.Cid()
if err != nil {