From 2d4c5daa93cbe693908d37c2d9c5375618d5c690 Mon Sep 17 00:00:00 2001 From: waynewyang Date: Tue, 22 Oct 2019 16:14:10 +0800 Subject: [PATCH] fix annotation for vm --- chain/vm/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/vm/vm.go b/chain/vm/vm.go index cffe7bed1..3fe11f3c8 100644 --- a/chain/vm/vm.go +++ b/chain/vm/vm.go @@ -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 }