chore: Fix address lint issue (#201)

This commit is contained in:
Harper 2022-11-13 12:33:27 +00:00 committed by GitHub
parent c8dc65e471
commit 01bddd2507

View file

@ -194,7 +194,7 @@ impl ByronAddress {
} }
pub fn to_vec(&self) -> Vec<u8> { 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 { pub fn to_base58(&self) -> String {