rpc/block fix

This commit is contained in:
Jae Kwon
2015-01-08 14:57:19 -08:00
parent 4e3e09bb59
commit e2f622b08a
2 changed files with 10 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
package block
import (
"github.com/tendermint/log15"
)
var log = log15.New("module", "block")