Browse Source

fix typo on block header (#1387)

pull/1396/head
Alex Hernandez 6 years ago
committed by Anton Kaliaev
parent
commit
575a46d9d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/block.go

+ 1
- 1
types/block.go View File

@ -215,7 +215,7 @@ func (h *Header) StringIndented(indent string) string {
%s Data: %v
%s Validators: %v
%s App: %v
%s Conensus: %v
%s Consensus: %v
%s Results: %v
%s Evidence: %v
%s}#%v`,


Loading…
Cancel
Save