fix annotation for vm

This commit is contained in:
waynewyang 2019-10-22 16:14:10 +08:00
parent 31590fcd30
commit 2d4c5daa93

View File

@ -60,7 +60,7 @@ type VMContext struct {
// root cid of the state of the actor this invocation will be on // root cid of the state of the actor this invocation will be on
sroot cid.Cid sroot cid.Cid
// address that started invokation chain // address that started invoke chain
origin address.Address origin address.Address
} }