base58 to string
This commit is contained in:
parent
9887b7c8b7
commit
f11821fcc8
|
|
@ -107,7 +107,7 @@ impl fmt::Debug for TransparentAddress {
|
|||
let _ = self.zcash_serialize(&mut bytes);
|
||||
|
||||
f.debug_tuple("TransparentAddress")
|
||||
.field(&bs58::encode(bytes.get_ref()).into_vec())
|
||||
.field(&bs58::encode(bytes.get_ref()).into_string())
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue