1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-26 01:31:56 +00:00
Files
INSTALL
account
alert
binary
blockchain
cmd
common
config
consensus
crawler
db
events
logger
mempool
log.go
mempool.go
reactor.go
merkle
node
p2p
process
rpc
state
types
vm
.gitignore
Dockerfile
LICENSE.md
Makefile
README.md
Vagrantfile
tendermint/mempool/log.go

8 lines
114 B
Go
Raw Normal View History

2014-09-11 11:17:59 -07:00
package mempool
import (
2015-04-01 17:30:16 -07:00
"github.com/tendermint/tendermint/logger"
2014-09-11 11:17:59 -07:00
)
2015-01-08 17:24:04 -08:00
var log = logger.New("module", "mempool")