1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 12:32:31 +08:00

clean deprecated Key.Pretty()

License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
This commit is contained in:
Michael Muré
2016-03-20 17:07:25 +01:00
parent 2b6da0c024
commit c88e46cb52
12 changed files with 17 additions and 23 deletions

View File

@ -65,7 +65,7 @@ on raw ipfs blocks. It outputs the following to stdout:
}
res.SetOutput(&BlockStat{
Key: b.Key().Pretty(),
Key: b.Key().B58String(),
Size: len(b.Data),
})
},