ZcashLightClientKit/Sources/ZcashLightClientKit/Tool
Michal Fousek 5f162d01f8 Make all methods in ZcashKeyDerivationBackendWelding non async
It looks like that some methods in `ZcashKeyDerivationBackendWelding`
were left async by mistake. There is no reason for any method there to
be async.

After this change no method in `DerivationTool` has to async. It makes
things much easier.
2023-04-25 16:16:04 +02:00
..
DerivationTool.swift Make all methods in ZcashKeyDerivationBackendWelding non async 2023-04-25 16:16:04 +02:00