Merge pull request #555 from Chlup/fix_compilation_316

Fix compilation of sample project
This commit is contained in:
Francisco Gindre 2022-10-04 09:37:07 -07:00 committed by GitHub
commit 48fcee12da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()