config: block size, consensus timeouts, recheck tx

This commit is contained in:
Ethan Buchman
2016-02-29 16:15:23 -05:00
parent 94a1978ce4
commit c9ec9cf00e
8 changed files with 107 additions and 37 deletions

View File

@ -5,6 +5,7 @@ import (
"sync"
"testing"
_ "github.com/tendermint/tendermint/config/tendermint_test"
"github.com/tendermint/tendermint/proxy"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tmsp/example/counter"