mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
remove redundant value validity check
This commit is contained in:
parent
71c69c3d4b
commit
a9dcc1d431
1 changed files with 0 additions and 4 deletions
|
|
@ -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()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue