Browse Source

fix Header misalignment in StringIndent (#3996)

pull/3997/head
Gustavo Chaín 5 years ago
committed by Marko
parent
commit
2c7f42fafa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/block.go

+ 1
- 1
types/block.go View File

@ -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


Loading…
Cancel
Save