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:
@ -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),
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user