Compare commits
No commits in common. "1e795dbcea5ea0095341a2c7d3bf5934898488d5" and "7538bbfa190c45ccb76b99d0cfcdf124e391a0f0" have entirely different histories.
1e795dbcea
...
7538bbfa19
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue