From a9dcc1d4318eac8dbc0247e9ad0a66e6c0d9bdb5 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 13 Dec 2018 13:08:33 -0500 Subject: [PATCH] remove redundant value validity check --- src/validation.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/validation.cpp b/src/validation.cpp index 566526ef10..f9aa9c2993 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -874,10 +874,6 @@ bool VerifyAmounts(const CCoinsViewCache& cache, const CTransaction& tx, std::ve p++; } - if (!issuance.nAmount.IsValid()) { - return false; - } - // Process issuance of reissuance tokens if (!issuance.nInflationKeys.IsValid()) {