chore: Fix address lint issue (#201)
This commit is contained in:
parent
d54160087d
commit
8ec45e1168
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue