Merge remote-tracking branch 'forge/rvv040' into rvv040
This commit is contained in:
commit
1e795dbcea
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue