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