Commit 12cdf944 authored by Michael Muré's avatar Michael Muré

clean deprecated Key.Pretty()

License: MIT
Signed-off-by: default avatarMichael Muré <batolettre@gmail.com>
parent 3534c6d4
......@@ -173,7 +173,7 @@ func (m *impl) ToNet(w io.Writer) error {
func (m *impl) Loggable() map[string]interface{} {
var blocks []string
for _, v := range m.blocks {
blocks = append(blocks, v.Key().Pretty())
blocks = append(blocks, v.Key().B58String())
}
return map[string]interface{}{
"blocks": blocks,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment