Add message CID to InvocResult

This commit is contained in:
Aayush Rajasekaran
2020-10-14 00:06:22 -04:00
parent 9c6ee802cc
commit ce54110228
5 changed files with 11 additions and 0 deletions
+1
View File
@@ -362,6 +362,7 @@ func (a *StateAPI) StateReplay(ctx context.Context, tsk types.TipSetKey, mc cid.
}
return &api.InvocResult{
MsgCid: mc,
Msg: m,
MsgRct: &r.MessageReceipt,
ExecutionTrace: r.ExecutionTrace,