mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-22 15:11:29 +00:00
Merge branch 'e2e-evidence-type' into e2e-extend-timeouts
This commit is contained in:
@@ -101,7 +101,11 @@ func InjectEvidence(ctx context.Context, r *rand.Rand, testnet *e2e.Testnet, amo
|
||||
}
|
||||
}
|
||||
|
||||
logger.Info("Finished sending evidence")
|
||||
logger.Info("Finished sending evidence",
|
||||
"node", testnet.Name,
|
||||
"amount", amount,
|
||||
"height", evidenceHeight,
|
||||
)
|
||||
|
||||
wctx, cancel := context.WithTimeout(ctx, time.Minute)
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user