mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
libs/log: format []byte as hexidecimal string (uppercased) (#5960)
Closes: #5806 Co-authored-by: Lanie Hei <heixx011@umn.edu>
This commit is contained in:
co-authored by
Lanie Hei
parent
7e0436c6e6
commit
d76add65a6
+1
-1
@@ -238,7 +238,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.
|
||||
|
||||
Reference in New Issue
Block a user