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

@ -1,4 +1,3 @@
package blockchain
import (
@ -10,6 +9,10 @@ import (
"github.com/tendermint/tendermint/types"
)
func init() {
peerTimeoutSeconds = time.Duration(2)
}
type testPeer struct {
id string
height int