Make librustzcash_sapling_binding_sig take context as a const pointer.

This commit is contained in:
Sean Bowe
2018-07-18 15:33:19 -06:00
parent 41ca6e8473
commit 22486b8269
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ extern "C" {
/// signature. You must provide the intended valueBalance so that
/// we can internally check consistency.
bool librustzcash_sapling_binding_sig(
void *ctx,
const void *ctx,
int64_t valueBalance,
const unsigned char *sighash,
unsigned char *result