Nil pointer update for shielding

This commit is contained in:
Lukas Korba 2025-03-13 20:47:36 +01:00
parent a76a3ea7ed
commit 11f97fb446
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ struct ZcashRustBackend: ZcashRustBackendWelding {
defer { zcashlc_free_boxed_slice(proposal) }
guard proposal.pointee.ptr != nil else {
throw ZcashError.rustShieldFunds(lastErrorMessage(fallback: "Failed with nil pointer."))
return nil
}
return try FfiProposal(serializedBytes: Data(