Fix compilation

This commit is contained in:
Michal Fousek 2022-10-04 17:32:32 +02:00
parent bb05aa3585
commit d4dc571f27
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"branch" : "bin/librustzcash_0_7",
"revision" : "14d5b977a076775447a0630387596c21cacbd09a"
"revision" : "e8fbb84c1bec44af9dbef7e27c85f25e8f51a5af"
}
}
],

View File

@ -45,7 +45,7 @@ class GetUTXOsViewController: UIViewController {
Task { @MainActor in
let transaction = try await AppDelegate.shared.sharedSynchronizer.shieldFunds(
transparentAccountPrivateKey: transparentSecretKey,
spendingKey: usk,
memo: try Memo(string: "shielding is fun!")
)
KRProgressHUD.dismiss()