ExtendedFullViewingKey::chain_code should not be public.

This commit is contained in:
Kris Nuttycombe 2022-01-27 16:18:26 -07:00
parent 6e11f2d11a
commit 4057b066bd
1 changed files with 0 additions and 5 deletions

View File

@ -613,11 +613,6 @@ impl ExtendedFullViewingKey {
sapling_default_address(&self.fvk, &self.dk)
}
/// Returns the chain code.
pub fn chain_code(&self) -> ChainCode {
self.chain_code
}
/// Derives an internal full viewing key used for internal operations such
/// as change and auto-shielding. The internal FVK has the same spend authority
/// (the private key corresponding to ak) as the original, but viewing authority