mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 08:51:32 +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