testing tx transmission

This commit is contained in:
Jae Kwon
2014-12-31 23:21:47 -08:00
parent 0d075c7592
commit f02ba63412
8 changed files with 30 additions and 24 deletions

View File

@ -50,7 +50,7 @@ func NewNode() *Node {
pexReactor := p2p.NewPEXReactor(book)
// Get MempoolReactor
mempool := mempool_.NewMempool(state)
mempool := mempool_.NewMempool(state.Copy())
mempoolReactor := mempool_.NewMempoolReactor(mempool)
// Get ConsensusReactor