diff options
Diffstat (limited to 'core/vm/vm.go')
-rw-r--r-- | core/vm/vm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/vm.go b/core/vm/vm.go index 780320d2b..cf790db0b 100644 --- a/core/vm/vm.go +++ b/core/vm/vm.go @@ -57,7 +57,7 @@ func Register(idx uint8, c createFunc) { createFuncs[idx] = c } -// NewExecPack creates a ExecPack instance, and create all VM instance. +// NewExecPack creates a ExecPack instance, and create all VM instances. func NewExecPack(context *Context, stateDB StateDB, chainConfig *params.ChainConfig, vmConfigs [NUMS]interface{}) ExecPack { p := ExecPack{ Context: context, |