fix compile

This commit is contained in:
Jonathan "Duke" Leto
2019-10-04 12:34:34 -07:00
committed by Duke Leto
parent a9e6edeed9
commit 0ebd33efa6
2 changed files with 6 additions and 6 deletions

View File

@@ -2504,12 +2504,12 @@ std::pair<SproutNotePlaintext, SproutPaymentAddress> CWalletTx::DecryptSproutNot
EncodePaymentAddress(pa)));
}
auto hSig = this->vJoinSplit[jsop.js].h_sig(*pzcashParams, this->joinSplitPubKey);
auto hSig = this->vjoinsplit[jsop.js].h_sig(*pzcashParams, this->joinSplitPubKey);
try {
SproutNotePlaintext plaintext = SproutNotePlaintext::decrypt(
decryptor,
this->vJoinSplit[jsop.js].ciphertexts[jsop.n],
this->vJoinSplit[jsop.js].ephemeralKey,
this->vjoinsplit[jsop.js].ciphertexts[jsop.n],
this->vjoinsplit[jsop.js].ephemeralKey,
hSig,
(unsigned char) jsop.n);