Merge pull request #440 from waynewyang/fix-annotation-for-vm

fix annotation for vm
This commit is contained in:
Łukasz Magiera 2019-10-22 10:30:18 +02:00 committed by GitHub
commit 855b1fdd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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