VM intermediate...

This commit is contained in:
Jae Kwon
2015-03-16 02:24:08 -07:00
parent 722474a9b3
commit 77a16f100c
12 changed files with 1888 additions and 0 deletions

7
vm/log.go Normal file
View File

@ -0,0 +1,7 @@
package vm
import (
"github.com/tendermint/tendermint/logger"
)
var log = logger.New("module", "vm")