Rename into_ -> to_ where &self is used.
This commit is contained in:
@@ -434,7 +434,7 @@ impl ExtendedFullViewingKey {
|
||||
Ok(ret) => ret,
|
||||
Err(()) => return Err(()),
|
||||
};
|
||||
match self.fvk.vk.into_payment_address(d_j, &JUBJUB) {
|
||||
match self.fvk.vk.to_payment_address(d_j, &JUBJUB) {
|
||||
Some(addr) => Ok((j, addr)),
|
||||
None => Err(()),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user