mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
various bug fixes
This commit is contained in:
@ -85,7 +85,7 @@ func TestTimeout(t *testing.T) {
|
||||
pool.Start()
|
||||
|
||||
for _, peer := range peers {
|
||||
log.Info("Peer", peer.id)
|
||||
log.Info("Peer", "id", peer.id)
|
||||
}
|
||||
|
||||
// Introduce each peer.
|
||||
|
Reference in New Issue
Block a user