Compare commits

..

No commits in common. "1e795dbcea5ea0095341a2c7d3bf5934898488d5" and "7538bbfa190c45ccb76b99d0cfcdf124e391a0f0" have entirely different histories.

View file

@ -104,7 +104,8 @@ 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