remove redundant value validity check

This commit is contained in:
Gregory Sanders 2018-12-13 13:08:33 -05:00
parent 71c69c3d4b
commit a9dcc1d431

View file

@ -874,10 +874,6 @@ bool VerifyAmounts(const CCoinsViewCache& cache, const CTransaction& tx, std::ve
p++; p++;
} }
if (!issuance.nAmount.IsValid()) {
return false;
}
// Process issuance of reissuance tokens // Process issuance of reissuance tokens
if (!issuance.nInflationKeys.IsValid()) { if (!issuance.nInflationKeys.IsValid()) {