Remove redundant variable

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
teor 2021-11-16 10:47:02 +10:00 committed by Jack Grigg
parent 3bae89c732
commit 7d24ada757
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ unsigned int zcash_script_legacy_sigop_count_precomputed(
zcash_script_error* err)
{
const PrecomputedTransaction* preTx = static_cast<const PrecomputedTransaction*>(pre_preTx);
const CTransaction& tx = preTx->tx;
// The current implementation of this method never errors.
set_error(err, zcash_script_ERR_OK);