mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 13:55:17 +00:00
config: block size, consensus timeouts, recheck tx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user