Skip to content
Snippets Groups Projects
log.go 100 B
Newer Older
package txs

import (
Ethan Buchman's avatar
Ethan Buchman committed
	"github.com/tendermint/go-logger"
)

var log = logger.New("module", "types")