This commit is contained in:
Ethan Buchman
2017-04-21 17:38:40 -04:00
parent 3240ce21b8
commit 0017fb7ffe
88 changed files with 0 additions and 0 deletions

7
premerge/types/log.go Normal file
View File

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