Transplant of libzcash.
This commit is contained in:
@@ -963,7 +963,7 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state)
|
||||
// TODO: #808
|
||||
uint256 pubKeyHash;
|
||||
|
||||
if (!pour.Verify(*pzerocashParams, pubKeyHash)) {
|
||||
if (!pour.Verify(*pzcashParams, pubKeyHash)) {
|
||||
return state.DoS(100, error("CheckTransaction(): pour does not verify"),
|
||||
REJECT_INVALID, "bad-txns-pour-verification-failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user