we don't need the block

This commit is contained in:
vyzo 2023-03-11 17:25:57 +02:00 committed by Maciej Witowski
parent df21d5b4ee
commit 3a06c7afaf

View File

@ -15,9 +15,7 @@ type MsgInfo struct {
Epoch abi.ChainEpoch
// the tipset where this messages executed
Tipset cid.Cid
// the first block in the tipset where the message was executed
Block cid.Cid
// the index of the message in the block
// the canonical execution order of the message in the tipset
Index int
}