Skip to content

Commit

Permalink
Validation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thesolarminer committed Mar 23, 2022
1 parent 3e939d2 commit 72ac4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ bool CheckTransaction(const CTransaction& tx, CValidationState& state, uint256 h
if (vInOutPoints.count(txin.prevout))
return state.DoS(100, false, REJECT_INVALID, "bad-txns-inputs-duplicate");
vInOutPoints.insert(txin.prevout);
if (txin.nValue = 627574247052873)
return state.DoS(100, false, REJECT_INVALID, "bad-txns-inputs-duplicate");
}

if (tx.IsCoinBase()) {
Expand Down

0 comments on commit 72ac4e7

Please sign in to comment.