Commit f097ef90 authored by Michael Muré's avatar Michael Muré

clean deprecated Key.Pretty()

License: MIT
Signed-off-by: default avatarMichael Muré <batolettre@gmail.com>
parent 88ccc80a
......@@ -82,7 +82,7 @@ func TestAllKeysSimple(t *testing.T) {
keys2 := collect(ch)
// for _, k2 := range keys2 {
// t.Log("found ", k2.Pretty())
// t.Log("found ", k2.B58String())
// }
expectMatches(t, keys, keys2)
......
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