chore: Fix address lint issue (#201)

This commit is contained in:
Harper 2022-11-13 12:33:27 +00:00 committed by GitHub
parent d54160087d
commit 8ec45e1168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ impl ByronAddress {
}
pub fn to_vec(&self) -> Vec<u8> {
pallas_codec::minicbor::to_vec(&self).unwrap()
pallas_codec::minicbor::to_vec(self).unwrap()
}
pub fn to_base58(&self) -> String {