Skip to content

Commit

Permalink
remove redundant value validity check
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Dec 13, 2018
1 parent 71c69c3 commit a9dcc1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit a9dcc1d

Please sign in to comment.