From 2c7f42fafabef88e3c43dfd6a04cf6e23efe6797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Cha=C3=ADn?= Date: Wed, 18 Sep 2019 14:10:00 +0200 Subject: [PATCH] fix Header misalignment in StringIndent (#3996) --- types/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/block.go b/types/block.go index 537aed2e7..2dbab1393 100644 --- a/types/block.go +++ b/types/block.go @@ -432,7 +432,7 @@ func (h *Header) StringIndented(indent string) string { %s Validators: %v %s NextValidators: %v %s App: %v -%s Consensus: %v +%s Consensus: %v %s Results: %v %s Evidence: %v %s Proposer: %v