mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
rpc/block fix
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package block
|
||||
|
||||
import (
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "block")
|
||||
Reference in New Issue
Block a user