libs/log: format []byte as hexidecimal string (uppercased) (#5960)

Closes: #5806

Co-authored-by: Lanie Hei <heixx011@umn.edu>
This commit is contained in:
Anton Kaliaev
2021-01-25 16:25:29 +04:00
committed by Tess Rinearson
parent 07979d88d0
commit 72851a12d3
12 changed files with 131 additions and 40 deletions

View File

@@ -237,7 +237,7 @@ func (blockExec *BlockExecutor) Commit(
"Committed state",
"height", block.Height,
"txs", len(block.Txs),
"appHash", fmt.Sprintf("%X", res.Data),
"appHash", res.Data,
)
// Update mempool.