Trivial error message fix.

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2020-06-29 15:54:07 -06:00 committed by GitHub
parent 665b8c647b
commit 074d054e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public:
if (!success) {
librustzcash_sapling_proving_ctx_free(ctx);
throw new std::runtime_error("An error occurrec computing the binding signature.");
throw new std::runtime_error("An error occurred computing the binding signature.");
}
}