Merge remote-tracking branch 'forge/rvv040' into rvv040

This commit is contained in:
Rene Vergara 2024-03-10 10:01:19 -05:00
commit 1e795dbcea
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ genSaplingSpendingKey seed = do
res = withPureBorshVarBuffer (rustWrapperSaplingSpendingkey seed)
--
-- | Attempts to generate a sapling Payment Address using an ExtendedSpendingKey
-- | and a Diversifier Index
-- | Attempts to generate a sapling Payment Address using an ExtendedSpendingKey and a Diversifier Index
genSaplingPaymentAddress :: SaplingSpendingKey -> Int -> Maybe SaplingReceiver
genSaplingPaymentAddress extspk i =
if BS.length res == 43