mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
clean deprecated Key.Pretty()
License: MIT Signed-off-by: Michael Muré <batolettre@gmail.com>
This commit is contained in:
@ -550,7 +550,7 @@ func getOutput(dagnode *dag.Node) (*Object, error) {
|
||||
}
|
||||
|
||||
output := &Object{
|
||||
Hash: key.Pretty(),
|
||||
Hash: key.B58String(),
|
||||
Links: make([]Link, len(dagnode.Links)),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user