[VM] fix typo

This commit is contained in:
BlockChainDev 2019-03-18 21:17:43 +00:00
parent 8809be183e
commit a2bdc076d2

View file

@ -30,7 +30,7 @@ func NewVM(script []byte) *VM {
return v return v
} }
// Run loops over the current context by continuously steppping. // Run loops over the current context by continuously stepping.
// Run breaks; once step returns an error or any state that is not NONE // Run breaks; once step returns an error or any state that is not NONE
func (v *VM) Run() (Vmstate, error) { func (v *VM) Run() (Vmstate, error) {
for { for {